工控编程吧
标题:
halcon moments_gray_plane函数介绍
[打印本页]
作者:
qq263946146
时间:
2019-5-10 13:08
标题:
halcon moments_gray_plane函数介绍
moments_gray_plane(Regions, Image : : : MRow, MCol, Alpha, Beta, Mean)
函数计算一个平面的灰度值矩和灰度值的参数。
公式为:
(, 下载次数: 0)
上传
点击文件名下载附件
F为平面,
(, 下载次数: 1)
上传
点击文件名下载附件 为中点。
m11,m20,m02为区域缩放矩。
因此 Alpha 表示沿直线轴方向的梯度(“向下”),
Beta 表示沿列轴方向的梯度(“向右”)。
例程:
read_image (Image, 'mreut')
gen_rectangle1 (Rectangle, 50, 340, 180, 464)
moments_gray_plane (Rectangle, Image, MRow, MCol, Alpha, Beta, Mean)
get_image_size (Image, Width, Height)
gen_image_gray_ramp (ImagePlane, Alpha, Beta, Mean, MRow, MCol, Width, Height)
sub_image (ImagePlane, Image, ImageSub, 1, 128)
欢迎光临 工控编程吧 (https://www.gkbc8.com/)
Powered by Discuz! X3.4