mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
imgproc: apply CV_OVERRIDE/CV_FINAL
This commit is contained in:
@@ -68,7 +68,7 @@ public:
|
||||
#if defined(__INTEL_COMPILER)
|
||||
#pragma optimization_parameter target_arch=SSE4.2
|
||||
#endif
|
||||
virtual void operator() (const Range& range) const
|
||||
virtual void operator() (const Range& range) const CV_OVERRIDE
|
||||
{
|
||||
Size ssize = src.size(), dsize = dst.size();
|
||||
int y, x;
|
||||
@@ -131,7 +131,7 @@ public:
|
||||
#if defined(__INTEL_COMPILER)
|
||||
#pragma optimization_parameter target_arch=SSE4.2
|
||||
#endif
|
||||
virtual void operator() (const Range& range) const
|
||||
virtual void operator() (const Range& range) const CV_OVERRIDE
|
||||
{
|
||||
Size ssize = src.size(), dsize = dst.size();
|
||||
int y, x;
|
||||
|
||||
Reference in New Issue
Block a user