aboutsummaryrefslogtreecommitdiff
path: root/pdp_opencv_motempl.c
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2009-06-01 01:14:18 +0000
committerN.N. <sevyves@users.sourceforge.net>2009-06-01 01:14:18 +0000
commit5b087efb674f47c5b684977ab9661eb421e57b59 (patch)
tree8e85a3154fb7f13255af64686ab46a77428cbbe3 /pdp_opencv_motempl.c
parent3056cc264b82c49cb379b4fbc3a08beaa2119614 (diff)
add possibility to mark points
svn path=/trunk/externals/pdp_opencv/; revision=11600
Diffstat (limited to 'pdp_opencv_motempl.c')
-rw-r--r--pdp_opencv_motempl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdp_opencv_motempl.c b/pdp_opencv_motempl.c
index e9989c0..00b95ac 100644
--- a/pdp_opencv_motempl.c
+++ b/pdp_opencv_motempl.c
@@ -206,7 +206,7 @@ void pdp_opencv_motempl_update_mhi( t_pdp_opencv_motempl *x, IplImage* img, Ipl
SETFLOAT(&x->rlist[3], comp_rect.width);
SETFLOAT(&x->rlist[4], comp_rect.height);
SETFLOAT(&x->rlist[5], angle);
- outlet_list( x->x_dataout, 0, 6, x->rlist );
+ outlet_list( x->x_dataout, 0, 6, x->rlist );
}
}