mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-23 00:49:38 +08:00
tracking: apply CV_OVERRIDE/CV_FINAL
This commit is contained in:
@@ -93,8 +93,8 @@ class TrackerBoostingModel : public TrackerModel
|
||||
std::vector<int> getSelectedWeakClassifier();
|
||||
|
||||
protected:
|
||||
void modelEstimationImpl( const std::vector<Mat>& responses );
|
||||
void modelUpdateImpl();
|
||||
void modelEstimationImpl( const std::vector<Mat>& responses ) CV_OVERRIDE;
|
||||
void modelUpdateImpl() CV_OVERRIDE;
|
||||
|
||||
private:
|
||||
|
||||
|
Reference in New Issue
Block a user