![]() |
| 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 |
|
Description |
|
|
image 1 |
|
Eyes image, standard operator messages see: eyes messages |
|
|
image 2 |
|
Eyes image 2 |
|
|
... |
|
|
|
|
image 12 |
|
Eyes image 12 |
| Outlets: |
|
|
Name | Description |
|
|
Image 1 | Image 1 with only one plane of information. image[destination] = (source[index] & mask) >> shift |
|
|
Image 2 | Image 2 with only one plane of information. |
|
|
Images 3 through 11 | Outlets 3 through 11 are destination images 3 through 11. |
|
|
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 |