mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
video: apply CV_OVERRIDE/CV_FINAL
This commit is contained in:
@@ -205,7 +205,7 @@ public:
|
||||
rate. 0 means that the background model is not updated at all, 1 means that the background model
|
||||
is completely reinitialized from the last frame.
|
||||
*/
|
||||
CV_WRAP virtual void apply(InputArray image, OutputArray fgmask, double learningRate=-1) = 0;
|
||||
CV_WRAP virtual void apply(InputArray image, OutputArray fgmask, double learningRate=-1) CV_OVERRIDE = 0;
|
||||
};
|
||||
|
||||
/** @brief Creates MOG2 Background Subtractor
|
||||
|
||||
Reference in New Issue
Block a user