Halcon中心线提取

        定义:区域中心的线称为中心线。有些情况下需要求取中心线,比如道路中心。

        算子:Lines_gauss ()    中心线

Halcon中心线提取_第1张图片

*读取图像
read_image (Image, 'C:/Users/Public/Documents/MVTec/HALCON-18.11-Progress/examples/images/pcb_rotation/pcb_rotated_01.png')

*灰度化
rgb1_to_gray (Image, GrayImage)

*高斯算法,求取中心线
lines_gauss (GrayImage, Lines, 1.5, 3, 8, 'light', 'true', 'bar-shaped', 'true')

 Halcon中心线提取_第2张图片



 

你可能感兴趣的:(深度学习)