|
将多个图像转化为多通道图像,求解多个图像的均值
- 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)
复制代码
|
|