Commit 28427ce2 authored by Pastafarianist's avatar Pastafarianist

Fixed typo

parent 416fb505
...@@ -12,7 +12,7 @@ static inline Point calcPoint(Point2f center, double R, double angle) ...@@ -12,7 +12,7 @@ static inline Point calcPoint(Point2f center, double R, double angle)
static void help() static void help()
{ {
printf( "\nExamle of c calls to OpenCV's Kalman filter.\n" printf( "\nExample of c calls to OpenCV's Kalman filter.\n"
" Tracking of rotating point.\n" " Tracking of rotating point.\n"
" Rotation speed is constant.\n" " Rotation speed is constant.\n"
" Both state and measurements vectors are 1D (a point angle),\n" " Both state and measurements vectors are 1D (a point angle),\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment