From 5b087efb674f47c5b684977ab9661eb421e57b59 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Mon, 1 Jun 2009 01:14:18 +0000 Subject: add possibility to mark points svn path=/trunk/externals/pdp_opencv/; revision=11600 --- pdp_opencv_motempl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pdp_opencv_motempl.c') 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 ); } } -- cgit v1.2.1