eyes cut Cuts out a range of intensity values

Pixel intensities between two thresholds are set to a value (default is 0). The remaining intensities are left alone.

Inlets & Arguments:
#
Name
Arg
Description
1
image
n/a
Eyes Image, standard operator messages see: eyes messages
2
threshold low
t,lo
Threshold low:
If t < pixel < t2 then pixel = value,
3
threshold high
t2,hi
High threshold
4
value
v
Value to assign to pixels within threshold range. Default = 0.

Outlets:
#
Name Description
1
cut image Image with the specified intensities set to 0 (or another value if specified).

Messages:

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

Argument messages
Accepts all inlet arguments as messages: t, lo, and hi.

Example:

See background.

See Also:
threshold, background, difference, <, >, <=, >=, ><, <>, ==, !=