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
+3 -3
View File
@@ -16,7 +16,7 @@
*
*
* Original Author: Denis Burenkov
* AMS and Direct Methods Autor: Jasper Shemilt
* AMS and Direct Methods Author: Jasper Shemilt
*
*
********************************************************************************/
@@ -219,8 +219,8 @@ int main( int argc, char** argv )
return 0;
}
// Define trackbar callback functon. This function find contours,
// draw it and approximate it by ellipses.
// Define trackbar callback function. This function finds contours,
// draws them, and approximates by ellipses.
void processImage(int /*h*/, void*)
{
RotatedRect box, boxAMS, boxDirect;