eyes pack (not working) Pack multiple images into the color planes of one image.

Creates a a single image from multiple images. Multiple intensity planes are gathered from each image and incorporated into a single image.

Inlets & Arguments:
#
Name
Arg
Description
1
image 1
n/a
Eyes image, standard operator messages see: eyes messages
2
image 2
n/a
Eyes image 2
3-11
...
n/a
12
image 12
n/a
Eyes image 12

Outlets:
#
Name Description
1
Image 1 Image 1 with only one plane of information. image[destination] = (source[index] & mask) >> shift
2
Image 2 Image 2 with only one plane of information.
...
Images 3 through 11 Outlets 3 through 11 are destination images 3 through 11.
12
Image 12 Image 12 with only one plane of information.

Messages:

source destination source
Determines which source image plane is copied to which destination image.

shift destination shift
Determines how far the given source plane is shifted in intensity values when incorporated into the destination image.
destination #= (source & mask) >> shift

mask destination mask
Determines a mask that is used when transferring the source plane to the destination image.

Example:

See Also:
eyes, color, regions, extract, unpack, compact