1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-21 14:41:58 +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

@@ -35,7 +35,7 @@ public:
this->col_len = col_len;
this->result = result;
}
virtual void operator ()(const Range& range) const
virtual void operator ()(const Range& range) const CV_OVERRIDE
{
for (int s = range.start; s < range.end; s++) {
Size patch_sz = Size(static_cast<int>(current_scale * scale_factors[s] * base_target_sz.width),