名稱
decompose3 - 將三通道圖像轉換為三個圖像。
用法
decompose3(MultiChannelImage : Image1, Image2, Image3 : : )
描述
算子decompose3將3通道圖像轉換為具有相同定義域(ROI)的三個單通道圖像。
並行
● 支持計算設備上的對象。
● 多線程類型:可重入(與非獨占算子並行運行)。
● 多線程范圍:全局(可以從任何線程調用)。
● 不並行化處理。
參數
MultiChannelImage (input_object) multichannel-image(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
多通道圖像。
Image1 (output_object) singlechannelimage(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
輸出圖像1。
Image2 (output_object) singlechannelimage(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
輸出圖像2。
Image3 (output_object) singlechannelimage(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
輸出圖像3。
Possible Predecessors
count_channels
Possible Successors
disp_image
Alternatives
access_channel, image_to_channels
See also
compose3
模塊
Foundation
HDevelop例程