Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
0c10ed8f
Commit
0c10ed8f
authored
Jun 10, 2011
by
Ilya Lysenkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor doc fix
parent
2741dd0e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
motion_analysis_and_object_tracking.rst
modules/video/doc/motion_analysis_and_object_tracking.rst
+7
-8
No files found.
modules/video/doc/motion_analysis_and_object_tracking.rst
View file @
0c10ed8f
...
...
@@ -378,9 +378,8 @@ BackgroundSubtractorMOG::operator()
BackgroundSubtractorMOG::initialize
------------------------------------------------
.. cpp:function: virtual void BackgroundSubtractorMOG::initialize(Size frameSize, int frameType)
-----------------------------------
.. cpp:function:: void BackgroundSubtractorMOG::initialize(int a)
Re-initiaization method.
...
...
@@ -402,9 +401,9 @@ The class implements the Gaussian mixture model background subtraction from:
BackgroundSubtractorMOG2::BackgroundSubtractorMOG2
--------------------------------------------------
.. cpp:function: BackgroundSubtractorMOG2::BackgroundSubtractorMOG2()
.. cpp:function:
:
BackgroundSubtractorMOG2::BackgroundSubtractorMOG2()
.. cpp:function: BackgroundSubtractorMOG2::BackgroundSubtractorMOG2(int history, float varThreshold, bool bShadowDetection=1)
.. cpp:function:
:
BackgroundSubtractorMOG2::BackgroundSubtractorMOG2(int history, float varThreshold, bool bShadowDetection=1)
:param history: The length of the history.
...
...
@@ -447,15 +446,15 @@ BackgroundSubtractorMOG2::operator()
BackgroundSubtractorMOG2::initialize
------------------------------------
.. cpp:function: virtual void BackgroundSubtractorMOG2::initialize(Size frameSize, int frameType)
.. cpp:function:
:
virtual void BackgroundSubtractorMOG2::initialize(Size frameSize, int frameType)
Re-initiaization method.
Re-initiaization method.
BackgroundSubtractorMOG2::getBackgroundImage
--------------------------------------------
.. cpp:function: virtual void BackgroundSubtractorMOG2::getBackgroundImage(OutputArray backgroundImage) const
.. cpp:function:
:
virtual void BackgroundSubtractorMOG2::getBackgroundImage(OutputArray backgroundImage) const
Computes a background image which are the mean of all background gaussians.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment