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:
@@ -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),
|
||||
|
Reference in New Issue
Block a user