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
2609df00
Commit
2609df00
authored
Jun 03, 2011
by
Andrey Kamaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missed method declarations. Fix for r5343
parent
09a7a404
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
background_segm.hpp
modules/video/include/opencv2/video/background_segm.hpp
+4
-0
No files found.
modules/video/include/opencv2/video/background_segm.hpp
View file @
2609df00
...
...
@@ -360,6 +360,8 @@ public:
//! the update operator that takes the next video frame and returns the current foreground mask as 8-bit binary image.
CV_WRAP_AS
(
apply
)
virtual
void
operator
()(
const
InputArray
&
image
,
OutputArray
fgmask
,
double
learningRate
=
0
);
virtual
void
getBackgroundImage
(
OutputArray
)
const
;
};
...
...
@@ -412,6 +414,8 @@ public:
//! the update operator
virtual
void
operator
()(
const
InputArray
&
image
,
OutputArray
fgmask
,
double
learningRate
=-
1
);
virtual
void
getBackgroundImage
(
OutputArray
)
const
;
//! re-initiaization method
virtual
void
initialize
(
Size
frameSize
,
int
frameType
);
...
...
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