From 467d0a6639e231ced68a18a5c6e4bf32b5562635 Mon Sep 17 00:00:00 2001 From: Antoine Villeret Date: Sat, 18 May 2013 10:51:18 +0000 Subject: small changes svn path=/trunk/externals/pix_opencv/; revision=17139 --- .../05_perspective_correction.pd | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/examples/05_perspective_correction/05_perspective_correction.pd b/examples/05_perspective_correction/05_perspective_correction.pd index 27a5eb9..19fe5f2 100644 --- a/examples/05_perspective_correction/05_perspective_correction.pd +++ b/examples/05_perspective_correction/05_perspective_correction.pd @@ -1,4 +1,4 @@ -#N canvas 745 86 900 736 10; +#N canvas 737 110 900 736 10; #X declare -path ../../; #X obj 180 76 gemhead; #X obj 180 96 pix_share_read 666 640 480 1; @@ -55,7 +55,7 @@ positives; #X obj 70 619 scaleXYZ 0.5 0.5 0; #X msg 113 517 5.3333 320; #X msg 189 517 4 240; -#N canvas 3 79 450 300 format 0; +#N canvas 1 110 450 300 format 0; #X obj 93 7 inlet; #X obj 118 140 outlet; #X msg 108 68 \$1 \$4 0 \$7 \$2 \$5 0 \$8 0 0 1 0 \$3 \$6 0 \$9; @@ -140,7 +140,7 @@ matrix between srcMatrix and dstMatrix; #X text 502 594 pix_opencv_findchessboardcorners finds chessboard corners in the incomming image stream and send out corners coordinates as a list trought its second outlet; -#N canvas 743 388 715 644 generates_coords 1; +#N canvas 737 406 715 644 generates_coords 0; #X obj 58 2 inlet; #X obj 78 251 until; #X obj 78 358 f; @@ -258,13 +258,13 @@ scrMatrix for pix_opencv_warpperspective; with pix_opencv_warpperspective and pix_opencv_findchessboardcorners ; #X text -18 0 declare path to be sure externals were found...; -#X text 508 440 use the other patch to move the chessboard; #X text 354 95 <-- receive image from subprocess.pd; -#X obj 207 159 pix_flip; +#X obj 224 198 pix_flip; #X text 102 162 the flip flag; #X text 102 172 this is a bug; #X text 184 159 -->; #X obj 180 136 t a a; +#X text 508 440 use subprocess patch to move the chessboard; #X connect 0 0 1 0; #X connect 1 0 13 0; #X connect 2 0 74 0; @@ -280,7 +280,7 @@ with pix_opencv_warpperspective and pix_opencv_findchessboardcorners #X connect 11 0 10 0; #X connect 12 0 2 0; #X connect 12 0 70 0; -#X connect 13 0 92 0; +#X connect 13 0 91 0; #X connect 16 0 17 0; #X connect 16 1 18 0; #X connect 19 0 20 0; @@ -323,5 +323,4 @@ with pix_opencv_warpperspective and pix_opencv_findchessboardcorners #X connect 75 0 74 1; #X connect 76 0 75 0; #X connect 76 0 73 1; -#X connect 92 0 2 0; -#X connect 92 1 88 0; +#X connect 91 0 2 0; -- cgit v1.2.1