eyesGlue Convert a Max list to an eyes image.

The 'eyes' object is used to instantiate various image processing operators that are in the êyês folder. Each operator performs some kind of operation on an image or user defined type such as histograms, or region lists. Each operator has a number of parameters that can be manipulated for the purpose of modifying the operator behavior (see Inlets and Arguments)

Every 'eyes' object has a window that pops open when the object is double clicked. This window's size and location can be changed through 'dloc' and 'dsize' messages.

The 'eyes' object mantains the inlets and outlets for each of these operators as part of its function. Each inlet corresponds to a specific operator parameter that the user can modify. Associated with this paramter is a name, and inlet number.

Inlets & Arguments:
#
Name
Arg
Description
1
image
n/a
Eyes Image, standard operator messages see: eyes messages
others
operator specific
n/a
Each operator when instantiated determines the number and function of each eyes outlet.

Standard Outlets:
#
Name Description
1
image result Image as processed by the instantiated operator
2
values results Any values that the operator calculates as a list.
3
other data types A standard or user specific data type. Standard data types are: histograms, region lists, and profiles.

Messages:

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

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

Example:

See Also:
operators, inlets and arguments, outlets, results, sensors, grab