1、算子find_aniso_shape_model在输入图像Image(参数)中找到各向异性尺度不变形状模型ModelID(参数)的最佳NumMatches(参数)个实例。模型ModelID(参数)必须先通过调用create_aniso_shape_model或read_shape_model创建。 2、所得实例在行和列方向上的位置,旋转和缩放会以参数Row,Column,Angle,ScaleR和ScaleC的形式返回。
26、使用运算符set_shape_model_param可以为find_aniso_shape_model指定'timeout'。如果find_aniso_shape_model达到此“timeout”,则会终止搜索,并返回错误代码9400(H_ERR_TIMEOUT)。 27、根据ScaleRMin,ScaleRMax,ScaleCMin和ScaleCMax指定的缩放范围,如果形状模型未预先生成,则find_aniso_shape_model需要大量时间才...
HALCON软件提供了多种基于形状的模板匹配函数,如:find_shape_model(形状匹配),find_scaled_shape_model(目标尺寸固定的形状匹配),find_aniso_shape_model(目标尺寸不定的形状匹配)等。但具体算法无介绍。 和基于灰度的模板匹配函数相比,基于形状的模板匹配函数功能更强,除了允许目标位置变化、角度变化外,还允许目标在...
create_aniso_shape_model (ImageModel, 'auto', -rad(10), rad(20), 'auto', 0.9, 1.7, 'auto', 0.9, 1.1, 'auto', 'none', 'use_polarity', 'auto', 20, ModelID) find_aniso_shape_model (Image, ModelID, -rad(10), rad(20), 0.9, 1.7, 0.9, 1.1, 0.7, 0, 0.5, 'least_squares...
Note that a call to find_aniso_shape_models with multiple values for ModelIDs, NumMatches and MaxOverlap has the same effect as multiple independent calls to find_aniso_shape_model with the respective parameters. However, a single call to find_aniso_shape_models is considerably more efficient....
find_shape_model、find_scaled_shape_model、find_aniso_shape_model、FindPlanarUncalibDeformableModel影响形状模板匹配的查找速度的参数分析 - xh6300 - 博客园
find_shape_model、find_scaled_shape_model、find_aniso_shape_model、FindPlanarUncalibDeformableModel… 阅读全文 赞同 添加评论 分享 收藏 halcon常见问题 read_region读取区域失败在halcon的ide中使用好好的,但是到vs下就读取不到区域,原来是需要加点设置。 HOperatorSet.SetSystem(‘clip_...
create_aniso_shape_model 主要应用于模板在X和Y方向有不同的形变的场合 create_aniso_shape_model (ImageReduced, 'auto', -0.39, 0.79, 'auto', 0.9, 1.1, 'auto', 0.9, 1.1, 'auto', 'auto', 'use_polarity', 'auto', 'auto', ModelID) ...
④ 限定允许的旋转范围和大小范围,在调用find_shape_model()时调整相应的参数; ⑤ 尽量限定搜索ROI的区域; 除上面介绍的以外,在保证能够匹配的情况下,尽可能的增大Greediness的值,因为在后面的实验中,用模板匹配进行视频对象跟踪的过程中,这个值在很大程度上影响到匹配的速度。
2. clear_ncc_model 功能:释放NCC模型的内存。 3. create_ncc_model 功能:为匹配准备一个NCC模型。 4. find_ncc_model 功能:找出一个图像中的一个NCC模型的最佳匹配。 5. get_ncc_model_origin 功能:返回一个NCC模型的原点(参考点)。 6. get_ncc_model_params 功能:返回一个NCC模型的参数。 7. read_...