Misc. ./samples typos

Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
This commit is contained in:
luz.paz
2018-02-08 05:51:54 -05:00
parent 0c07836fba
commit dbb57cd0ae
36 changed files with 60 additions and 60 deletions
@@ -15,7 +15,7 @@
* 6- Texture Flattening
* The program takes as input a source and a destination image (for 1-3 methods)
* and ouputs the cloned image.
* and outputs the cloned image.
*
* Download test images from opencv_extra folder @github.
*
@@ -15,7 +15,7 @@
* 6- Texture Flattening
* The program takes as input a source and a destination image (for 1-3 methods)
* and ouputs the cloned image.
* and outputs the cloned image.
* Step 1:
* -> In the source image, select the region of interest by left click mouse button. A Polygon ROI will be created by left clicking mouse button.
@@ -446,7 +446,7 @@ int main()
}
else
{
cout << "Wrong Option Choosen" << endl;
cout << "Wrong Option Chosen" << endl;
exit(0);
}