halcon算子翻译——dev_display_shape_matching_results

算子:dev_display_shape_matching_results( : : ModelID, Color, Row, Column,Angle, ScaleR, ScaleC, Model : )

功能:显示匹配结果。

输入参数:
ModelD: 输入匹配模型,
Color :输入匹配后的结果所用什么颜色捚示,默认 ‘red’, 参考 ‘red’,‘green’,‘blue’, [‘red’,‘green’,‘blue’]
Row: 输入匹配对应的y值坐标位置,
Column: 输入匹配对应的x值坐标位置,
Angle: 输入匹配对应的角度,
ScaleR: 瑜入水平方向的缩放比例,默认: 1.0
Scale: 瑜入垂直方向的缩放比例,默认:1.0,
Model: 输入模型句柄,

例程:

read_image(Image,'mreut')
gen_rectangle1(Rectangle1, 

你可能感兴趣的:(HALCON)