aboutsummaryrefslogtreecommitdiff
path: root/pix_opencv_surf-help.pd
diff options
context:
space:
mode:
authorAntoine Villeret <avilleret@users.sourceforge.net>2014-07-10 14:39:22 +0000
committerAntoine Villeret <avilleret@users.sourceforge.net>2014-07-10 14:39:22 +0000
commitba994f4404b6eadcab4e0ead46ef4d3ffeceb024 (patch)
tree099dcc6caf1391cf23947317287623c389b9982d /pix_opencv_surf-help.pd
parente44f63152eb063b5e2e1e05e332439d7c4b7f828 (diff)
lots of changes !
1. switch to a new build system based on automake (because we need to check for some lib on ./configure before make) 2. sort files in different directory 3. add some new features (some of them need OpenCV >= 2.4.5) svn path=/trunk/externals/pix_opencv/; revision=17324
Diffstat (limited to 'pix_opencv_surf-help.pd')
-rw-r--r--pix_opencv_surf-help.pd220
1 files changed, 0 insertions, 220 deletions
diff --git a/pix_opencv_surf-help.pd b/pix_opencv_surf-help.pd
deleted file mode 100644
index 8bf97c4..0000000
--- a/pix_opencv_surf-help.pd
+++ /dev/null
@@ -1,220 +0,0 @@
-#N canvas 126 104 1266 876 10;
-#X obj 361 637 pix_texture;
-#X obj 32 -122 cnv 15 220 70 empty empty empty 20 12 0 14 -195568 -66577
-0;
-#N canvas 194 173 454 304 gemwin 0;
-#X obj 130 218 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 129 165 create \, 1;
-#X msg 205 166 destroy;
-#N canvas 87 154 363 340 Gem.init 0;
-#X obj 112 15 loadbang;
-#X msg 62 93 reset;
-#X obj 49 135 outlet;
-#X msg 107 89 dimen 320 240;
-#X obj 107 51 t b b b;
-#X connect 0 0 4 0;
-#X connect 1 0 2 0;
-#X connect 3 0 2 0;
-#X connect 4 0 3 0;
-#X connect 4 2 1 0;
-#X restore 289 80 pd Gem.init;
-#X obj 128 109 t b b b;
-#X msg 156 138 dimen 320 240;
-#X msg 252 139 frame 25;
-#X connect 2 0 3 0;
-#X connect 3 0 4 0;
-#X connect 3 0 9 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 9 0 6 0;
-#X connect 9 1 10 0;
-#X connect 9 2 11 0;
-#X connect 10 0 0 0;
-#X connect 11 0 0 0;
-#X restore 39 -76 pd gemwin;
-#X msg 39 -97 create;
-#X text 40 -118 Create window and render;
-#X obj 340 180 cnv 15 600 450 empty empty empty 20 12 0 14 -24198 -66577
-0;
-#X obj 485 575 unpack f f;
-#X floatatom 486 600 5 0 0 0 - - -;
-#X floatatom 544 601 5 0 0 0 - - -;
-#X text 487 616 X;
-#X text 542 617 Y;
-#X obj 484 549 route 1 2 3 4 5 6 7 8 9 10;
-#X obj 952 123 gemmouse;
-#X obj 1008 230 f;
-#X obj 978 229 f;
-#X obj 1022 201 t b b;
-#X obj 975 274 pack f f;
-#X obj 998 151 route 1;
-#X msg 1019 176 bang;
-#X floatatom 969 251 5 0 0 0 - - -;
-#X floatatom 1022 254 5 0 0 0 - - -;
-#X obj 360 524 pix_opencv_surf;
-#X obj 467 252 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
-1;
-#X msg 382 253 nightmode \$1;
-#X text 486 256 set nightmode;
-#X msg 429 316 mark \$1 \$2;
-#X msg 435 339 delete \$1;
-#X text 628 340 delete a marker;
-#X msg 446 362 clear;
-#X text 494 363 delete all markers;
-#X msg 461 392 maxmove \$1;
-#X floatatom 537 394 5 0 0 0 - - -;
-#X text 502 316 mark %x %y : mark a point to track ( max points : 10
-);
-#X text 546 441 make a delaunay with all points;
-#X msg 465 439 delaunay on;
-#X msg 467 460 delaunay off;
-#X text 577 471 make a delaunay with point 1 and a tolerance of 50
-( all points which color is in that range will be included in the delaunay)
-;
-#X obj 500 339 hradio 15 1 0 8 empty empty empty 0 -8 0 10 -262144
--1 -1 0;
-#X msg 473 483 pdelaunay 1 50;
-#X msg 363 224 hessian \$1;
-#X floatatom 438 225 5 0 0 0 - - -;
-#X floatatom 546 416 5 0 0 0 - - -;
-#X msg 464 415 ftolerance \$1;
-#X text 589 416 frame tolerance for point recognition ( default : 5
-);
-#X msg 406 272 mark all;
-#X text 476 273 mark all points;
-#X msg 416 293 mark none;
-#X text 486 294 suppress all marks;
-#X text 635 -81 written by Lluis Gomez i Bigorda ( lluisgomez@hangar.org
-) and Yves Degoyon ( ydegoyon@gmail.com );
-#X text 633 -104 pix_opencv_surf : SURF ( Speed Up Robust Features
-) points detection and tracking;
-#X text 478 224 hessian threshold ( default 1000 );
-#X obj 360 669 rectangle 5.3 4;
-#X obj 515 -102 gemhead;
-#X obj 527 -75 bng 25 250 50 0 load empty empty 0 -6 0 8 -262144 -1
--1;
-#X obj 584 100 bng 15 250 50 0 empty empty end_reached 20 7 0 10 -262144
--1 -1;
-#X floatatom 566 65 5 0 10000 1 frame# - -;
-#X obj 527 -46 openpanel;
-#X msg 527 -26 open \$1;
-#X obj 515 83 pix_film;
-#X msg 533 17 auto \$1;
-#X obj 533 -1 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1
-;
-#X msg 628 0 colorspace RGBA;
-#X msg 733 0 colorspace RGB;
-#X msg 630 24 colorspace Grey;
-#X obj 628 -28 loadbang;
-#N canvas 0 22 450 300 vswitch 0;
-#X obj 144 263 outlet;
-#X obj 36 26 inlet;
-#X obj 260 29 inlet;
-#X obj 36 133 spigot;
-#X obj 260 141 spigot;
-#X obj 119 64 loadbang;
-#X msg 83 93 0;
-#X msg 113 93 1;
-#X msg 296 104 0;
-#X msg 326 104 1;
-#X obj 399 34 inlet;
-#X obj 399 67 select 0;
-#X connect 1 0 3 0;
-#X connect 2 0 4 0;
-#X connect 3 0 0 0;
-#X connect 4 0 0 0;
-#X connect 5 0 7 0;
-#X connect 5 0 8 0;
-#X connect 6 0 3 1;
-#X connect 7 0 3 1;
-#X connect 8 0 4 1;
-#X connect 9 0 4 1;
-#X connect 10 0 11 0;
-#X connect 11 0 7 0;
-#X connect 11 0 8 0;
-#X connect 11 1 9 0;
-#X connect 11 1 6 0;
-#X restore 357 114 pd vswitch;
-#X obj 429 110 tgl 15 0 empty load empty 17 7 0 10 -262144 -1 -1 0
-1;
-#X obj 340 63 pix_video;
-#X obj 342 -91 gemhead;
-#X msg 379 -12 device 0;
-#X msg 388 19 driver 1;
-#X msg 365 -66 dialog;
-#X msg 370 -36 device /dev/dv1394-0;
-#X obj 356 140 pix_resize 320 240;
-#X text 575 392 max movement of a marker ( default 20 pixels );
-#X obj 357 161 pix_rgba;
-#X connect 0 0 51 0;
-#X connect 2 0 3 0;
-#X connect 3 0 2 0;
-#X connect 6 0 7 0;
-#X connect 6 1 8 0;
-#X connect 11 0 6 0;
-#X connect 12 0 14 1;
-#X connect 12 1 13 1;
-#X connect 12 2 17 0;
-#X connect 13 0 16 1;
-#X connect 13 0 20 0;
-#X connect 14 0 16 0;
-#X connect 14 0 19 0;
-#X connect 15 0 14 0;
-#X connect 15 1 13 0;
-#X connect 16 0 25 0;
-#X connect 17 0 18 0;
-#X connect 18 0 15 0;
-#X connect 21 0 0 0;
-#X connect 21 1 11 0;
-#X connect 22 0 23 0;
-#X connect 23 0 21 0;
-#X connect 25 0 21 0;
-#X connect 26 0 21 0;
-#X connect 28 0 21 0;
-#X connect 30 0 21 0;
-#X connect 31 0 30 0;
-#X connect 34 0 21 0;
-#X connect 35 0 21 0;
-#X connect 37 0 26 0;
-#X connect 38 0 21 0;
-#X connect 39 0 21 0;
-#X connect 40 0 39 0;
-#X connect 41 0 42 0;
-#X connect 42 0 21 0;
-#X connect 44 0 21 0;
-#X connect 46 0 21 0;
-#X connect 52 0 58 0;
-#X connect 53 0 56 0;
-#X connect 54 0 55 0;
-#X connect 55 0 58 1;
-#X connect 56 0 57 0;
-#X connect 57 0 58 0;
-#X connect 58 0 65 1;
-#X connect 58 2 54 0;
-#X connect 59 0 58 0;
-#X connect 60 0 59 0;
-#X connect 61 0 58 0;
-#X connect 61 0 67 0;
-#X connect 62 0 58 0;
-#X connect 63 0 58 0;
-#X connect 64 0 61 0;
-#X connect 64 0 60 0;
-#X connect 65 0 73 0;
-#X connect 66 0 65 2;
-#X connect 67 0 65 0;
-#X connect 68 0 67 0;
-#X connect 69 0 67 0;
-#X connect 70 0 67 0;
-#X connect 71 0 67 0;
-#X connect 72 0 67 0;
-#X connect 73 0 75 0;
-#X connect 75 0 21 0;