1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Misc. modules/ cont. pt2

Found via `codespell`
This commit is contained in:
luz.paz
2018-02-13 11:28:11 -05:00
parent 252e871a8b
commit d05714995c
75 changed files with 195 additions and 195 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ class ROISelector
Scalar(255, 0, 0), 2, 1);
}
// show the image bouding box
// show the image bounding box
imshow(windowName, selectorParams.image);
// reset the image
@@ -177,7 +177,7 @@ class ROISelector
}
}
// save the keypressed characted
// save the keypressed character
int key;
Size imageSize;
};