halcon模板匹配之被测物通过仿射变换跟随窗口移动

2023-12-16 08:29:17
***********************************************读取模版图像*****************************************************
read_image (Image, 'image/board-01.png')
get_image_size (Image, Width, Height)
dev_open_window (0, 0, Width, Height, 'black', WindowHandle)
dev_display (Image)
dev_set_draw ('margin')

Row:=143
Column:=306
Phi:=rad(0.3)
Length1:=157.0
Length2:=20.0

***********************************************创建形状模板**************************************************
*画矩形
*draw_rectangle2 (WindowHandle, Row, Column, Phi, Length1, Length2)
*生成矩形
gen_rectangle2 (Rectangle, Row, Column, Phi, Length1, Length2)
*剪切矩形区域图像
reduce_domain (Image, Rectangle, ImageReduced)

*用创建形状模型
create_shape_model (ImageReduced, 'auto', 0, rad(360), 'auto', 'none', 'use_polarity', 30, 10, ModelID)
*create_shape_model_xld (SelectedContoursModel, 'auto', rad(0), rad(90), 'auto', 'auto', &#

文章来源:https://blog.csdn.net/weixin_38241876/article/details/135028393
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。