1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-21 14:41:58 +08:00

fix spelling

This commit is contained in:
Justin Hotchkiss Palermo
2017-06-29 22:11:53 -04:00
parent b5bb6f1ca5
commit 574e20000d
11 changed files with 65 additions and 65 deletions

View File

@@ -54,7 +54,7 @@ int main(int argc, char* argv[]) {
else
image.copyTo(mask);
// be sure the mask is a binry image
// be sure the mask is a binary image
cvtColor(mask, mask, COLOR_BGR2GRAY);
threshold(mask, mask, 128., 255, THRESH_BINARY);