halcon算子翻譯——decompose3


名稱

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例程

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM