eyes locate Tracks the overall location of pixels

Tracks the overall location of pixels that are within threshold range.

Inlets & Arguments:
#
Name
Arg
Description
1
image
n/a
Eyes Image, standard operator messages see: eyes messages
2
threshold
t
Threshold to determine which pixels are tracked. if pixel > threshold then track it.
3
low value
lo
Values to assign to pixels outside of (below) threshold.
4
high value
hi
Values to assign to pixels inside (above) threshold.
5
x base
xb
If not in window location mode, add this to the x value of the location found.
6
x size
xs
Not used.
7
y base
yb
If not in window location mode, add this to the y value of the location found.
8
y size
ys
Not used.
9
stick flag
s
determines what to do if no pixels are above threshold.
0 = send zero.
1 = use the last location found.
10
window location flag
w,wl
Determines if the window of the image or sensor is used as opposed to using x-base,y-base as the base location for tracking.
0 = Use the window or sensor.
1 = Use given x-base and ybase location

Outlets:
#
Name Description
1
thresholded image Image with regions marked with id colors.
2
size, x,y Size and location of each region found as a Max list of integers.

Messages:

Standard messages
Accepts all messages sent to the eyes object. See eyes messages.

Argument messages
Accepts all inlet arguments as messages.

Example:

See Also:
difference, color, compact, background, threshold