1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

objdetect: apply CV_OVERRIDE/CV_FINAL

This commit is contained in:
Alexander Alekhin
2018-03-15 16:16:57 +03:00
parent 1060c0f439
commit 3314966acb
5 changed files with 38 additions and 38 deletions
+2 -2
View File
@@ -1793,7 +1793,7 @@ public:
mtx = _mtx;
}
void operator()( const Range& range ) const
void operator()(const Range& range) const CV_OVERRIDE
{
int i, i1 = range.start, i2 = range.end;
double minScale = i1 > 0 ? levelScale[i1] : i2 > 1 ? levelScale[i1+1] : std::max(img.cols, img.rows);
@@ -3501,7 +3501,7 @@ public:
mtx = _mtx;
}
void operator()( const Range& range ) const
void operator()(const Range& range) const CV_OVERRIDE
{
CV_INSTRUMENT_REGION()