diff options
author | N.N. <sevyves@users.sourceforge.net> | 2009-06-01 19:32:26 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2009-06-01 19:32:26 +0000 |
commit | 9ba3548adf6df82ce6569949e33983c97ecaa098 (patch) | |
tree | 3cc9ec3a168318e87a874cba92eca0d090059c04 /pdp_opencv_motempl.c | |
parent | c320c52c57d9d40d04b9a5ae46e954104348c152 (diff) |
fixed help patches
svn path=/trunk/externals/pdp_opencv/; revision=11611
Diffstat (limited to 'pdp_opencv_motempl.c')
-rw-r--r-- | pdp_opencv_motempl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdp_opencv_motempl.c b/pdp_opencv_motempl.c index 00b95ac..e9989c0 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 ); } } |