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
34a390fb
Commit
34a390fb
authored
Nov 30, 2013
by
berak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CV_WRAP for BackgroundSubtractorMOG2
parent
429ab8eb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
background_segm.hpp
modules/video/include/opencv2/video/background_segm.hpp
+3
-3
No files found.
modules/video/include/opencv2/video/background_segm.hpp
View file @
34a390fb
...
...
@@ -115,13 +115,13 @@ protected:
International Conference Pattern Recognition, UK, August, 2004.
http://www.zoranz.net/Publications/zivkovic2004ICPR.pdf
*/
class
CV_EXPORTS
BackgroundSubtractorMOG2
:
public
BackgroundSubtractor
class
CV_EXPORTS
_W
BackgroundSubtractorMOG2
:
public
BackgroundSubtractor
{
public
:
//! the default constructor
BackgroundSubtractorMOG2
();
CV_WRAP
BackgroundSubtractorMOG2
();
//! the full constructor that takes the length of the history, the number of gaussian mixtures, the background ratio parameter and the noise strength
BackgroundSubtractorMOG2
(
int
history
,
float
varThreshold
,
bool
bShadowDetection
=
true
);
CV_WRAP
BackgroundSubtractorMOG2
(
int
history
,
float
varThreshold
,
bool
bShadowDetection
=
true
);
//! the destructor
virtual
~
BackgroundSubtractorMOG2
();
//! the update operator
...
...
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