1
0
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:
Alexander Alekhin
2018-03-21 16:58:21 +03:00
parent e4c8510e3a
commit 874edea9f4
22 changed files with 136 additions and 137 deletions

View File

@@ -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: