mean_image()平滑图像

算子:mean_image(Image : ImageMean : MaskWidth, MaskHeight : )
功能:通过均值平滑一个图像。
           算子mean_image使用所有输入图像(Image)的灰度值执行线性平滑。
输入参数
Image:输入图像(byte’/ int2’/ uint2’/ int4’/ int8 /real’/ vector_field);
MaskWidth:输入平滑蒙板宽度,默认 9’参考 3, 5, 7, 9, 11, 15, 23, 31, 43, 101 , 1 < MaskWidth < 501
MaskHeight:输入平滑蒙板高度,默认 9, 参考 3, 5, 7, 9, 11, 15, 23, 31, 43, 61, 101 , 1 < MaskH
输出参数
lmageMean:输出平滑图像(byte/ int2 / uint2 / int4 / int8 /real/ vector_field),

你可能感兴趣的:(Halcon)