Added doxygen doc to getBackgroundImage
This commit is contained in:
parent
3531521f10
commit
575ec4aae8
@ -361,7 +361,8 @@ public:
|
|||||||
CV_WRAP_AS(apply) virtual void operator()(InputArray image, OutputArray fgmask,
|
CV_WRAP_AS(apply) virtual void operator()(InputArray image, OutputArray fgmask,
|
||||||
double learningRate=0);
|
double learningRate=0);
|
||||||
|
|
||||||
virtual void getBackgroundImage(OutputArray) const;
|
//! computes a background image
|
||||||
|
virtual void getBackgroundImage(OutputArray backgroundImage) const;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@ -414,7 +415,8 @@ public:
|
|||||||
//! the update operator
|
//! the update operator
|
||||||
virtual void operator()(InputArray image, OutputArray fgmask, double learningRate=-1);
|
virtual void operator()(InputArray image, OutputArray fgmask, double learningRate=-1);
|
||||||
|
|
||||||
virtual void getBackgroundImage(OutputArray) const;
|
//! computes a background image which are the mean of all background gaussians
|
||||||
|
virtual void getBackgroundImage(OutputArray backgroundImage) const;
|
||||||
|
|
||||||
//! re-initiaization method
|
//! re-initiaization method
|
||||||
virtual void initialize(Size frameSize, int frameType);
|
virtual void initialize(Size frameSize, int frameType);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user