diff options
author | Antoine Villeret <avilleret@users.sourceforge.net> | 2013-02-08 01:23:39 +0000 |
---|---|---|
committer | Antoine Villeret <avilleret@users.sourceforge.net> | 2013-02-08 01:23:39 +0000 |
commit | 294c186eb26d4a2632c1874bfd1f1b8f9f7004ff (patch) | |
tree | f44290ff937af8d6542c6e151e4240e70cd21eb1 | |
parent | 6cb1adc1b2ba0564b622f93a53895367dbf455c6 (diff) |
fix a typo
svn path=/trunk/externals/pix_opencv/; revision=17028
-rw-r--r-- | pix_opencv_blobtrack-help.pd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pix_opencv_blobtrack-help.pd b/pix_opencv_blobtrack-help.pd index a980228..314852c 100644 --- a/pix_opencv_blobtrack-help.pd +++ b/pix_opencv_blobtrack-help.pd @@ -1,4 +1,4 @@ -#N canvas 1010 391 818 513 10; +#N canvas 1008 397 818 513 10; #X obj 7 200 cnv 15 430 300 empty empty empty 20 12 0 14 -233017 -66577 0; #X obj 7 156 cnv 15 430 40 empty empty empty 20 12 0 14 -195568 -66577 @@ -204,10 +204,10 @@ is taken (input \, foreground mask or input with tracking information) #X text 35 360 blobnum : number of blobs in the current frame; #X text 36 376 blob matrix (follow the iem matrix standard) :; #X text 55 389 <mtx rows (nb of blobs)> <mtx cols (6)>; -#X text 65 399 and for each blob : ID \, x \, y \, width \, height -\, state (valide or not); #X text 35 428 there are also a lots of informations about parameters and algorithms... check out the pd-properties; +#X text 65 399 and for each blob : ID \, x \, y \, width \, height +\, state (valid or not); #X connect 12 0 13 0; #X connect 13 0 12 0; #X connect 15 0 23 0; |