aboutsummaryrefslogtreecommitdiff
path: root/help_pix_opencv_haarcascade.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-06-30 20:51:01 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-06-30 20:51:01 +0000
commitfb85119f6c7bb384daa57c091064aec3a064f7f2 (patch)
tree5d9eca8f1b656a7ec5fbf30991cc45f37fbf676b /help_pix_opencv_haarcascade.pd
parent6f2cc9fa9cb5a2fa615b3722d326748af98222fb (diff)
renamed help files to the standard *help.pd
svn path=/trunk/externals/pix_opencv/; revision=10123
Diffstat (limited to 'help_pix_opencv_haarcascade.pd')
-rw-r--r--help_pix_opencv_haarcascade.pd137
1 files changed, 0 insertions, 137 deletions
diff --git a/help_pix_opencv_haarcascade.pd b/help_pix_opencv_haarcascade.pd
deleted file mode 100644
index b01813d..0000000
--- a/help_pix_opencv_haarcascade.pd
+++ /dev/null
@@ -1,137 +0,0 @@
-#N canvas 512 26 691 638 10;
-#X obj 266 -83 gemhead;
-#X obj 316 556 pix_texture;
-#X obj 316 584 square 2;
-#X obj 9 -74 cnv 15 220 70 empty empty empty 20 12 0 14 -195568 -66577
-0;
-#N canvas 0 22 454 304 gemwin 0;
-#X obj 132 136 gemwin;
-#X obj 67 89 outlet;
-#X obj 67 10 inlet;
-#X obj 67 41 route create;
-#X msg 67 70 set destroy;
-#X msg 182 68 set create;
-#X msg 132 112 create \, 1;
-#X msg 238 112 destroy;
-#N canvas 87 154 247 179 Gem.init 0;
-#X obj 118 46 loadbang;
-#X msg 118 81 reset;
-#X obj 118 113 outlet;
-#X connect 0 0 1 0;
-#X connect 1 0 2 0;
-#X restore 289 80 pd Gem.init;
-#X connect 2 0 3 0;
-#X connect 3 0 4 0;
-#X connect 3 0 6 0;
-#X connect 3 1 5 0;
-#X connect 3 1 7 0;
-#X connect 4 0 1 0;
-#X connect 5 0 1 0;
-#X connect 6 0 0 0;
-#X connect 7 0 0 0;
-#X connect 8 0 0 0;
-#X restore 14 -30 pd gemwin;
-#X msg 14 -54 destroy;
-#X text 10 -74 Create window and render;
-#X obj 143 248 pix_texture;
-#X obj 143 276 square 2;
-#X obj 266 167 translateXYZ -2 0 0;
-#X obj 314 254 cnv 15 175 200 empty empty empty 20 12 0 14 -24198 -66577
-0;
-#X obj 278 -56 bng 25 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
--1;
-#X obj 335 119 bng 15 250 50 0 empty empty end_reached 20 7 0 10 -262144
--1 -1;
-#X floatatom 317 84 5 0 10000 1 frame# - -;
-#X obj 278 -27 openpanel;
-#X msg 278 -7 open \$1;
-#X obj 266 102 pix_film;
-#X msg 284 36 auto \$1;
-#X obj 284 18 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1
-;
-#X msg 295 60 colorspace Grey;
-#X obj 316 228 translateXYZ 4 0 0;
-#X floatatom 464 520 5 0 0 0 - - -;
-#X floatatom 499 520 5 0 0 0 - - -;
-#X floatatom 536 520 5 0 0 0 - - -;
-#X floatatom 493 569 5 0 0 0 - - -;
-#X floatatom 528 569 5 0 0 0 - - -;
-#X floatatom 565 569 5 0 0 0 - - -;
-#X floatatom 537 625 5 0 0 0 - - -;
-#X floatatom 572 625 5 0 0 0 - - -;
-#X obj 316 409 pix_opencv_haarcascade;
-#X obj 319 193 separator;
-#X obj 403 258 openpanel;
-#X obj 461 440 route 0 1 2 3 4;
-#X text 521 458 For each face detected;
-#X text 589 523 Xcenter Ycenter Radius;
-#X text 612 570 Xcenter Ycenter Radius;
-#X obj 461 491 unpack 0 0 0;
-#X obj 490 540 unpack 0 0 0;
-#X obj 534 596 unpack 0 0 0;
-#X floatatom 612 625 5 0 0 0 - - -;
-#X text 654 625 Xcenter Ycenter Radius;
-#X msg 343 259 load \$1;
-#X text 493 260 Load a trained cascade classifier from XML file;
-#X obj 473 258 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
--1 -1;
-#X floatatom 481 315 5 0 0 0 - - -;
-#X floatatom 453 380 5 0 0 0 - - -;
-#X msg 360 344 mode \$1;
-#X obj 421 344 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
-1;
-#X msg 362 379 min_size \$1;
-#X msg 358 312 min_neighbors \$1;
-#X text 520 314 Minimum number (minus 1) of neighbor rectangles that
-makes up an object (default 2);
-#X text 493 380 Minimum window size (default 30);
-#X msg 357 285 scale_factor \$1;
-#X floatatom 475 285 5 0 0 0 - - -;
-#X text 519 284 The factor by which the search window is scaled between
-the subsequent scans (default 1.1);
-#X text 446 346 Mode of operation. Currently the only flag that may
-be specified is CV_HAAR_DO_CANNY_PRUNING;
-#X connect 0 0 16 0;
-#X connect 1 0 2 0;
-#X connect 4 0 5 0;
-#X connect 5 0 4 0;
-#X connect 7 0 8 0;
-#X connect 9 0 7 0;
-#X connect 9 0 30 0;
-#X connect 11 0 14 0;
-#X connect 12 0 13 0;
-#X connect 13 0 16 1;
-#X connect 14 0 15 0;
-#X connect 15 0 16 0;
-#X connect 16 0 9 0;
-#X connect 16 2 12 0;
-#X connect 17 0 16 0;
-#X connect 18 0 17 0;
-#X connect 19 0 16 0;
-#X connect 20 0 29 0;
-#X connect 29 0 1 0;
-#X connect 29 1 32 0;
-#X connect 30 0 20 0;
-#X connect 31 0 41 0;
-#X connect 32 0 36 0;
-#X connect 32 1 37 0;
-#X connect 32 2 38 0;
-#X connect 36 0 21 0;
-#X connect 36 1 22 0;
-#X connect 36 2 23 0;
-#X connect 37 0 24 0;
-#X connect 37 1 25 0;
-#X connect 37 2 26 0;
-#X connect 38 0 27 0;
-#X connect 38 1 28 0;
-#X connect 38 2 39 0;
-#X connect 41 0 29 0;
-#X connect 43 0 31 0;
-#X connect 44 0 49 0;
-#X connect 45 0 48 0;
-#X connect 46 0 29 0;
-#X connect 47 0 46 0;
-#X connect 48 0 29 0;
-#X connect 49 0 29 0;
-#X connect 52 0 29 0;
-#X connect 53 0 52 0;