imgproc: apply CV_OVERRIDE/CV_FINAL

This commit is contained in:
Alexander Alekhin
2018-03-15 16:16:51 +03:00
parent 9111538bfb
commit 5d36ee2fe7
23 changed files with 243 additions and 243 deletions
+2 -2
View File
@@ -356,7 +356,7 @@ public:
parallelCanny& operator=(const parallelCanny&) { return *this; }
void operator()(const Range &boundaries) const
void operator()(const Range &boundaries) const CV_OVERRIDE
{
CV_TRACE_FUNCTION();
@@ -825,7 +825,7 @@ public:
~finalPass() {}
void operator()(const Range &boundaries) const
void operator()(const Range &boundaries) const CV_OVERRIDE
{
// the final pass, form the final image
for (int i = boundaries.start; i < boundaries.end; i++)