aboutsummaryrefslogtreecommitdiff
path: root/Gem/pix_multiblob-help.pd
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2018-12-12 16:19:45 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2018-12-12 16:19:45 +0000
commitdae8f509c1e7dad1b010f48f56085f16f55da7dc (patch)
tree45bb6794c2ff798b7193b2c64bbc2b86ef95c818 /Gem/pix_multiblob-help.pd
parent3e54481919aa060dc19cc7f6a875a0ff3093ea46 (diff)
Gem 97fe0d368f5b9f9880d1253623f5d3e58f475002 osx/x86_64
built 'master:97fe0d368f5b9f9880d1253623f5d3e58f475002' for osx/x86_64
Diffstat (limited to 'Gem/pix_multiblob-help.pd')
-rw-r--r--Gem/pix_multiblob-help.pd12
1 files changed, 6 insertions, 6 deletions
diff --git a/Gem/pix_multiblob-help.pd b/Gem/pix_multiblob-help.pd
index 03fa1f2..11e205f 100644
--- a/Gem/pix_multiblob-help.pd
+++ b/Gem/pix_multiblob-help.pd
@@ -1,4 +1,4 @@
-#N canvas 807 462 690 540 10;
+#N canvas 93 136 690 540 10;
#X text 452 8 GEM object;
#X obj 9 323 cnv 15 430 145 empty empty empty 20 12 0 14 -233017 -66577
0;
@@ -12,9 +12,9 @@
#X text 24 339 Inlet 1: gemlist;
#X text 71 31 Class: pix object (analysis);
#X text 24 354 Inlet 1: threshold <float>: minimum luminance of a pixel
-to be considered part of a blob. (default=0.04);
+to be considered part of a blob. (default:0.04);
#X text 24 383 Inlet 1: blobSize <float>: minimum relative size of
-a blob. (default=0.1);
+a blob. (default:0.1);
#X text 50 12 Synopsis: [pix_multiblob];
#X text 64 295 int: max number N of blobs to detect;
#X text 20 484 for motion-tracking you will also need;
@@ -175,15 +175,15 @@ minimum size of a blob that is needed to be detected.;
#X floatatom 573 433 5 0 0 1 angle* - -;
#X text 17 439 Outlet 2: (k \, 9) matrix: describing k detected blobs
(with 0<=k<N);
+#X text 461 464 * angle converted to degrees but is originally in radians
+;
#X text 18 154 the output is a matrix following the conventions of
the mtx-objects from zexy/iemmatrix. each row describes one detected
blob as follows: centerX(weighted) \, centerY(weighted) \, size(weighted)
\, minX \, minY \, maxX \, maxY \, size \, angle. "weighted" here means
each pixel is weighted by its luminance value during the calculation.
"angle" is the (weighted) orientation of the principal axis of the
-blob.in the [-pi/2 \, pi/2] range.;
-#X text 461 464 * angle converted to degrees but is originally in radians
-;
+blob in the [-pi/2 \, pi/2] range.;
#X connect 22 0 23 0;
#X connect 23 0 22 0;
#X connect 26 0 28 0;