mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
Added missed method declarations. Fix for r5343
This commit is contained in:
parent
09a7a40478
commit
2609df00bd
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user