1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #841 from Pastafarianist:patch-1

This commit is contained in:
Vadim Pisarevsky
2013-05-12 13:00:23 +04:00
committed by OpenCV Buildbot
+1 -1
View File
@@ -12,7 +12,7 @@ static inline Point calcPoint(Point2f center, double R, double angle)
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"
" Rotation speed is constant.\n"
" Both state and measurements vectors are 1D (a point angle),\n"