halcon-decompose3将三通道图像转换为三个单通道图像

halcon-decompose3将三通道图像转换为三个单通道图像

在HDevelop中

read_image (Image, 'D:/bb/tu/RGB.png')
decompose3(Image,R,G,B)
*将三通道图像转换为三个图像
*参数1:原图像-3通道图像

 

在QtCreator中

 

 

 

 

 

 

halcon-decompose3将三通道图像转换为三个单通道图像

上一篇:halcon-文件操作


下一篇:halcon 图像区域分割算子比较