halcon求取区域顶点
生活随笔
收集整理的這篇文章主要介紹了
halcon求取区域顶点
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
文章目錄
- 簡介
- Halcon源代碼
- 處理效果
|
簡介
使用halcon求取頂點的方法。
Halcon源代碼
read_image (Image1, '1.png')points_foerstner (Image1, 1, 2, 3, 200, 0.3, 'gauss', 'false', RowJunctions, ColumnJunctions, CoRRJunctions, CoRCJunctions, CoCCJunctions, RowArea, ColumnArea, CoRRArea, CoRCArea, CoCCArea) for Index := 0 to |RowJunctions|-1 by 1disp_cross (3600, RowJunctions[Index], ColumnJunctions[Index], 50, 0) endfor處理效果
原始圖像
處理效果
|
|
總結
以上是生活随笔為你收集整理的halcon求取区域顶点的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: css用hover制作下拉菜单
- 下一篇: 身份证地址码mysql插入脚本