aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Villeret <avilleret@users.sourceforge.net>2013-02-08 01:21:10 +0000
committerAntoine Villeret <avilleret@users.sourceforge.net>2013-02-08 01:21:10 +0000
commit6cb1adc1b2ba0564b622f93a53895367dbf455c6 (patch)
treed84e63c16ce6ed145f688f58ac5da83b8932b22a
parentb1e1475a64f7562ae2bd55791ddd0bfe6d4e9f01 (diff)
more infos about output
svn path=/trunk/externals/pix_opencv/; revision=17027
-rw-r--r--pix_opencv_blobtrack-help.pd25
1 files changed, 17 insertions, 8 deletions
diff --git a/pix_opencv_blobtrack-help.pd b/pix_opencv_blobtrack-help.pd
index 331c272..a980228 100644
--- a/pix_opencv_blobtrack-help.pd
+++ b/pix_opencv_blobtrack-help.pd
@@ -1,5 +1,5 @@
-#N canvas 259 343 818 435 10;
-#X obj 7 200 cnv 15 430 230 empty empty empty 20 12 0 14 -233017 -66577
+#N canvas 1010 391 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
0;
@@ -53,7 +53,7 @@ tracker and a trajectory post processor.;
#X obj 606 295 print dumpout;
#X floatatom 501 293 5 0 0 0 - - -;
#X obj 501 274 route blobnum blob;
-#N canvas 1087 211 709 722 showblob 0;
+#N canvas 1072 385 709 722 showblob 0;
#X obj 187 13 inlet blobinformation;
#X obj 279 316 gemlist;
#X obj 279 296 t b a;
@@ -70,7 +70,7 @@ tracker and a trajectory post processor.;
#X obj 279 530 scaleXYZ 0.125 0.25 0;
#X msg 459 349 \$3;
#X msg 420 499 \$4;
-#X msg 459 499 \$5;
+#X msg 469 472 \$5;
#X obj 463 328 t a a;
#X obj 279 576 circle 0.5;
#X obj 279 426 color 1 0 0 0.2;
@@ -88,9 +88,9 @@ tracker and a trajectory post processor.;
#X msg 520 441 1 0 0 0.2;
#X msg 540 461 0 1 0 0.2;
#X obj 279 596 translateXYZ 0.2 0.2 0;
-#X obj 279 446 scaleXYZ 10.666 -8 0;
#X text 336 194 here is an example on how to display blobs with Gem
;
+#X obj 279 446 scaleXYZ 10.666 8 0;
#X connect 0 0 6 1;
#X connect 1 0 20 0;
#X connect 2 0 1 0;
@@ -119,7 +119,7 @@ tracker and a trajectory post processor.;
#X connect 17 1 21 0;
#X connect 17 1 28 0;
#X connect 18 0 33 0;
-#X connect 19 0 34 0;
+#X connect 19 0 35 0;
#X connect 20 0 11 0;
#X connect 21 0 22 0;
#X connect 23 0 22 0;
@@ -135,7 +135,7 @@ tracker and a trajectory post processor.;
#X connect 31 0 19 1;
#X connect 32 0 19 1;
#X connect 33 0 23 0;
-#X connect 34 0 12 0;
+#X connect 35 0 12 0;
#X restore 553 315 pd showblob;
#X obj 454 395 rectangle 5.333 4;
#X obj 454 124 pix_resize 320 240;
@@ -143,7 +143,7 @@ tracker and a trajectory post processor.;
#X obj 454 173 pix_rgba;
#X obj 471 227 r \$0-properties;
#X text 464 153 input format : rgba or grey;
-#N canvas 699 185 544 482 properties 0;
+#N canvas 695 197 544 482 properties 0;
#X msg 290 314 monitorStage \$1;
#X msg 4 21 getModule;
#X msg 4 41 getModule fg;
@@ -199,6 +199,15 @@ is taken (input \, foreground mask or input with tracking information)
#X obj 583 24 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X msg 580 72 open \$1;
+#X text 15 321 Outlet 1 : gemstate;
+#X text 15 341 Outlet 2 :;
+#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 connect 12 0 13 0;
#X connect 13 0 12 0;
#X connect 15 0 23 0;