工业视觉gray_range_rect函数介绍 gray_range_rect(Image : ImageResult : MaskHeight, MaskWidth : ) gray_range_rect计算灰度值范围, 即,矩形掩模内(大小为MaskHeight, MaskWidth),输入图像Image每个图像点的最大和最小灰度值的差值(max - min), 生成的图像在ImageResult中返回。 如果参数MaskHeight或MaskWidth...
Halcon算子gray_range_rect 函数原型: gray_range_rect( Image : ImageResult : MaskHeight, MaskWidth: ) 函数作用: 决定某个方形区域内的灰度值,计算方形区域内的最大最小灰度的差,并体现到每个图像点上。如果MaskHeight和MaskWidth是偶数,它们被变为靠近的小的奇数值,图像边缘的灰度值是呈镜像出现的。 参数...
gray_range_rect— Determine the gray value range within a rectangle. Signature Description gray_range_rectcalculates the gray value range, i.e., the difference (max - min) of the maximum and minimum gray values, of the input imageImagewithin a rectangular mask of size (MaskHeight,MaskWidth)...