projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c797746
)
Fixed typo
author
Pastafarianist
<mr.pastafarianist@gmail.com>
Sun, 21 Apr 2013 19:04:54 +0000
(23:04 +0400)
committer
Dikay900
<dark900@xyz.de>
Fri, 24 Apr 2015 19:58:29 +0000
(21:58 +0200)
samples/cpp/kalman.cpp
patch
|
blob
|
history
diff --git
a/samples/cpp/kalman.cpp
b/samples/cpp/kalman.cpp
index
f54adec
..
8b429e2
100644
(file)
--- a/
samples/cpp/kalman.cpp
+++ b/
samples/cpp/kalman.cpp
@@
-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( "\nExam
p
le 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"