decompose3 ( MultiChannelImage : Image1, Image2, Image3 : : )

Convert a three-channel image into three images.

The operator decompose3 converts a 3-channel image into three one-channel images with the same definition domain.


Parameters

MultiChannelImage (input_object)
multichannel-image(-array) -> object : byte / direction / cyclic / int1 / int2 / uint2 / int4 / real / complex / dvf
Multichannel image.

Image1 (output_object)
singlechannelimage(-array) -> object : byte / direction / cyclic / int1 / int2 / uint2 / int4 / real / complex / dvf
Output image 1.

Image2 (output_object)
singlechannelimage(-array) -> object : byte / direction / cyclic / int1 / int2 / uint2 / int4 / real / complex / dvf
Output image 2.

Image3 (output_object)
singlechannelimage(-array) -> object : byte / direction / cyclic / int1 / int2 / uint2 / int4 / real / complex / dvf
Output image 3.


Parallelization Information

decompose3 is reentrant and automatically parallelized (on tuple level).


Possible Predecessors

count_channels


Possible Successors

disp_image


Alternatives

access_channel, image_to_channels


See also

compose3


Module

Image / region / XLD management



Copyright © 1996-2005 MVTec Software GmbH