mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
objdetect: apply CV_OVERRIDE/CV_FINAL
This commit is contained in:
@@ -175,7 +175,7 @@ class CV_EXPORTS_W BaseCascadeClassifier : public Algorithm
|
||||
{
|
||||
public:
|
||||
virtual ~BaseCascadeClassifier();
|
||||
virtual bool empty() const = 0;
|
||||
virtual bool empty() const CV_OVERRIDE = 0;
|
||||
virtual bool load( const String& filename ) = 0;
|
||||
virtual void detectMultiScale( InputArray image,
|
||||
CV_OUT std::vector<Rect>& objects,
|
||||
|
||||
Reference in New Issue
Block a user