aboutsummaryrefslogtreecommitdiff
path: root/pix_opencv_haarcascade-help.pd
diff options
context:
space:
mode:
authorlluís gómez i bigordà <lluisbigorda@users.sourceforge.net>2011-02-25 13:49:18 +0000
committerlluís gómez i bigordà <lluisbigorda@users.sourceforge.net>2011-02-25 13:49:18 +0000
commit3aab36761bff2090c9d366994a0b1e0d57eeb2b4 (patch)
tree179d7a16a8f6b31a5161aee36d8a11d18e235f37 /pix_opencv_haarcascade-help.pd
parent30cc97ee54a7d91d4a1c0af7bce0ae37361be542 (diff)
added pix_rgba to help patches
svn path=/trunk/externals/pix_opencv/; revision=14967
Diffstat (limited to 'pix_opencv_haarcascade-help.pd')
-rw-r--r--pix_opencv_haarcascade-help.pd22
1 files changed, 12 insertions, 10 deletions
diff --git a/pix_opencv_haarcascade-help.pd b/pix_opencv_haarcascade-help.pd
index d2069b5..9108e92 100644
--- a/pix_opencv_haarcascade-help.pd
+++ b/pix_opencv_haarcascade-help.pd
@@ -1,4 +1,4 @@
-#N canvas 525 106 1091 744 10;
+#N canvas 532 22 1115 987 10;
#X obj 613 540 cnv 15 650 250 empty empty empty 20 12 0 14 -24198 -66577
0;
#X floatatom 792 876 5 0 0 0 - - -;
@@ -48,14 +48,14 @@ the subsequent scans (default 1.1);
#X text 793 725 clear markers history;
#X text 745 575 Mode of operation. Currently the only flag that may
be specified is CV_HAAR_DO_CANNY_PRUNING ( 0 );
-#X text 46 169 This object considers a contour to be analyzed any group
+#X text 50 179 This object considers a contour to be analyzed any group
of white pixels in a black background \, for this reason you will find
useful to use pix_threshold to obtain a correct input for pix_opencv_contours_boundingrect.
;
-#X text 47 222 pix_opencv_contours_convexhull works detecting the bigest
+#X text 51 232 pix_opencv_contours_convexhull works detecting the bigest
white area in the input image \, sometimes you will need to use pix_opencv_morphology
to transform the contours of the shape to be analyzed..;
-#X text 47 133 pix_opencv_contours_convexhull :: Finds convexhull of
+#X text 51 143 pix_opencv_contours_convexhull :: Finds convexhull of
the bigest contour of a binary image.;
#X obj 735 64 gemhead;
#X obj 616 862 pix_texture;
@@ -106,7 +106,7 @@ the bigest contour of a binary image.;
#X msg 747 140 open \$1;
#X obj 735 249 pix_film;
#X msg 753 183 auto \$1;
-#X obj 753 165 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0
+#X obj 753 165 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1
1;
#X text 61 66 Create window and render;
#X msg 848 166 colorspace RGBA;
@@ -118,7 +118,7 @@ the bigest contour of a binary image.;
#X obj 464 365 pix_separator;
#X obj 464 429 translateXYZ -2 0 0;
#X obj 616 426 translateXYZ 2 0 0;
-#N canvas 0 0 450 300 vswitch 0;
+#N canvas 0 22 450 300 vswitch 0;
#X obj 144 263 outlet;
#X obj 36 26 inlet;
#X obj 260 29 inlet;
@@ -146,8 +146,8 @@ the bigest contour of a binary image.;
#X connect 11 0 8 0;
#X connect 11 1 9 0;
#X connect 11 1 6 0;
-#X restore 557 319 pd vswitch;
-#X obj 625 319 tgl 15 0 empty load empty 17 7 0 10 -262144 -1 -1 0
+#X restore 554 308 pd vswitch;
+#X obj 622 308 tgl 15 0 empty load empty 17 7 0 10 -262144 -1 -1 0
1;
#X obj 498 247 pix_video;
#X obj 498 59 gemhead;
@@ -156,6 +156,7 @@ the bigest contour of a binary image.;
#X msg 523 118 dialog;
#X msg 528 148 device /dev/dv1394-0;
#X obj 616 459 pix_resize 320 240;
+#X obj 555 334 pix_rgba;
#X connect 9 0 47 0;
#X connect 9 1 33 0;
#X connect 9 2 11 0;
@@ -211,8 +212,7 @@ the bigest contour of a binary image.;
#X connect 70 0 69 0;
#X connect 71 0 52 0;
#X connect 72 0 81 0;
-#X connect 73 0 68 0;
-#X connect 73 0 70 0;
+#X connect 73 0 82 0;
#X connect 74 0 73 2;
#X connect 75 0 73 0;
#X connect 76 0 75 0;
@@ -221,3 +221,5 @@ the bigest contour of a binary image.;
#X connect 79 0 75 0;
#X connect 80 0 75 0;
#X connect 81 0 9 0;
+#X connect 82 0 70 0;
+#X connect 82 0 68 0;