eyes max Maximum values

Max assigns each pixel in the image the maximum value of pixels within ech pixel's local area.

Inlets & Arguments:
#
Name
Arg
Description
1
image
n/a
Eyes Image, standard operator messages see: eyes messages
2
X size
xsize
The width of the local area around each pixel.
3
Y size
ysize
The height of the local area around each pixel.

Outlets:
#
Name Description
1
max image Image with the maxium value over local areas assigned to each pixel.

Messages:

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

Argument messages
Accepts all inlet arguments as messages: xsize, ysize

Example:

See Also:
feature, min, average, correlate, convolve