mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-22 16:08:41 +08:00
tracking: apply CV_OVERRIDE/CV_FINAL
This commit is contained in:
@@ -81,8 +81,8 @@ public:
|
||||
protected:
|
||||
Rect2d boundingBox_;
|
||||
Mat image_;
|
||||
void modelEstimationImpl(const std::vector<Mat>&){}
|
||||
void modelUpdateImpl(){}
|
||||
void modelEstimationImpl(const std::vector<Mat>&) CV_OVERRIDE {}
|
||||
void modelUpdateImpl() CV_OVERRIDE {}
|
||||
};
|
||||
|
||||
TrackerGOTURNImpl::TrackerGOTURNImpl(const TrackerGOTURN::Params ¶meters) :
|
||||
|
Reference in New Issue
Block a user