mirror of
https://github.com/opencv/opencv.git
synced 2026-09-15 07:29:07 -05:00
Add semicolons after CV_INSTRUMENT macros
This commit is contained in:
@@ -411,7 +411,7 @@ void Cloning::localColorChange(Mat &I, Mat &mask, Mat &wmask, Mat &cloned, float
|
||||
|
||||
void Cloning::illuminationChange(Mat &I, Mat &mask, Mat &wmask, Mat &cloned, float alpha, float beta)
|
||||
{
|
||||
CV_INSTRUMENT_REGION()
|
||||
CV_INSTRUMENT_REGION();
|
||||
|
||||
computeDerivatives(I,mask,wmask);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user