ICode9

精准搜索请尝试: 精确搜索
  • Halcon的提取中心线算法2022-09-12 11:33:11

    Halcon提取中心线的一般流程: read_image (Image, 'C:/Users/Administrator/Desktop/china.png') *计算提线参数 MaxLineWidth := 5 Contrast := 10 calculate_lines_gauss_parameters (MaxLineWidth, [Contrast,0], Sigma, Low, High) *提取中心线 lines_gauss (Image, Lines, Si

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有