diff options
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 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 ); } } |