lms-video/Gem/help/pix_roi-help.pd
Santi Noreña e85d191b46 - Reestructuración de ficheros y directorios general
- merge v0.01 --> Añadido fileselector
- Añadidas fuentes de Gem y Pure Data
- pix2jpg incluído en Gem. Archivos de construcción de Gem modificados.
- Añadido fichero ompiling.txt con instrucciones de compilación
2013-02-04 18:00:17 +01:00

64 lines
2.1 KiB
Text

#N canvas 477 282 799 436 10;
#X text 452 8 GEM object;
#X obj 9 326 cnv 15 430 100 empty empty empty 20 12 0 14 -233017 -66577
0;
#X text 39 328 Inlets:;
#X obj 8 286 cnv 15 430 30 empty empty empty 20 12 0 14 -195568 -66577
0;
#X text 17 285 Arguments:;
#X obj 7 56 cnv 15 430 220 empty empty empty 20 12 0 14 -233017 -66577
0;
#X obj 449 77 cnv 15 170 250 empty empty empty 20 12 0 14 -228992 -66577
0;
#X text 453 60 Example:;
#X obj 514 254 cnv 15 100 60 empty empty empty 20 12 0 14 -195568 -66577
0;
#N canvas 1 98 450 300 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 142 68 set create;
#X msg 198 112 destroy \, reset;
#X msg 132 94 create \, 1 \, color 0.5 0.5 0.5;
#X connect 2 0 3 0;
#X connect 3 0 4 0;
#X connect 3 0 7 0;
#X connect 3 1 5 0;
#X connect 3 1 6 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 restore 519 293 pd gemwin;
#X msg 519 274 destroy;
#X obj 450 114 cnv 15 160 100 empty empty empty 20 12 0 14 -24198 -66577
0;
#X text 71 31 Class: pix object;
#X text 53 342 Inlet 1: gemlist;
#X text 463 398 and example/04.pix/27.bitmap_font.pd;
#X text 50 12 Synopsis: [pix_roi];
#X text 63 296 <x1> <y1> <x2> <y2>;
#X text 53 355 Inlet 1: roi <x1> <y1> <x2> <y2> : set roi;
#X text 38 372 Outlets:;
#X text 46 385 Outlet 1: gemlist;
#X text 515 253 Create window:;
#X msg 451 86 gem_list;
#X msg 451 238 gemlist;
#X obj 451 186 pix_roi 0.25 0.25 0.75 0.75;
#X msg 466 151 roi 0 0 0.5 0.5;
#X text 29 56 Description: set the region-of-interest of an image;
#X text 22 109 The arguments set the lower left and upper right corners
of the roi.Coordinates must be normalized.;
#X text 21 79 [pix_roi] will allow you to set the region of interest
of the current image-data.;
#X text 22 139 other pix-objects should then apply whatever they are
doing on the so-specified sub-image.;
#X text 22 170 (currently only [pix_set] supports ROI \, more will
hopefully follow);
#X connect 9 0 10 0;
#X connect 10 0 9 0;
#X connect 21 0 23 0;
#X connect 23 0 22 0;
#X connect 24 0 23 0;