halcon基于形状的几何定位算子选择

一,几何定位的算子选择

  1. 不支持缩放的几何定位。
  • 根据模版图像创建模版
    create_shape_model ()
    find_shape_model ()
    find_shape_models ()
    clear_shape_model()
  • 根据XLD轮廓创建模版
    create_shape_model_xld()
    find_shape_model ()
    find_shape_models ()
    clear_shape_model()
  1. 支持X,Y同步缩放的几何定位
  • 根据模版图像创建模版
    create_scaled_shape_model()
    find_scaled_shape_model()
    find_scaled_shape_models()
    clear_shape_model()
  • 根据XLD轮廓创建模版
    create_aniso_shape_model_xld()
    find_scaled_shape_model()
    find_scaled_shape_models()
    clear_shape_model()
  1. 支持X,Y异步缩放的几何定位
  • 根据模版图像创建模版
    create_aniso_shape_model()
    find_aniso_shape_model()
    find_aniso_shape_models()
    clear_shape_model()

  • 根据XLD轮廓创建模版
    create_aniso_shape_model_xld ()
    find_aniso_shape_model()
    find_aniso_shape_models()
    clear_shape_model()
    二,易错难点

  • find_shape_model ()与find_shape_models ()区别

猜你喜欢

转载自blog.csdn.net/qq_29187197/article/details/82808322
今日推荐