Halcom 发表于 2020-2-9 20:43:01

将多个图像转化为多通道图像


将多个图像转化为多通道图像,求解多个图像的均值
read_image (Images, ['ic0','ic1','ic2','ic3'])
channels_to_image (Images, Ic)
select_obj (Images, Input1, 1)
select_obj (Images, Input2, 2)
select_obj (Images, Input3, 3)
select_obj (Images, Input4, 4)
stop ()
mean_n (Ic, ImageMean)




页: [1]
查看完整版本: 将多个图像转化为多通道图像