石鑫华视觉论坛

 找回密码
 注册会员
查看: 17|回复: 0

[原创] Halcon所有类及类下算子作用索引-HShapeModel形状模型(17.12~24.11版)

[复制链接]
  • TA的每日心情

    9 小时前
  • 签到天数: 3442 天

    连续签到: 4 天

    [LV.Master]2000FPS

     楼主| 发表于 昨天 09:12 | 显示全部楼层 |阅读模式 来自:广东省东莞市 电信

    注册登陆后可查看附件和大图,以及购买相关内容

    您需要 登录 才可以下载或查看,没有账号?注册会员

    x
    Halcon所有类及类下算子作用索引-HShapeModel形状模型(17.12~24.11版)
    这里的类和算子是针对.NET环境的。类和算子是从Halcon 17.12版本开始,名称中未包含数字版本说明的,表示17.12版本中已经包含。名称中有数字说明的,则表示是从数字版本后才增加的。目前已经更新到Halcon 24.11版本。而17.12之前版本中是否包含当前的类和算子,则未做验证。但是从更新历史来看,大部分的类和算子都是包含的,更新版本后,也只是增加一两个新类、几个十来个算子,多数版本可能并未增加新类。增加一个新类相当于增加一个新的功能模块,并不是每个版本都有新功能模块推出的,很多版本只在现有类中增加了几个算子。图像处理发展这么多年,中间增加的功能都比较少,Halcon在引入深度学习后,才多增加了几个类,如深度学习、深度OCR、深度Counting、深度Matching3D等。

                                   
    登录/注册后可看大图

    《LabVIEW HALCON图像处理入门教程(24.09)》含深度学习,LabVIEW使用NI Vision+Halcon混合编程机器视觉与图像处理入门学习资料
    Index of all Classes and Methods所有类和方法索引
    HShapeModel形状模型
    Represents an instance of a shape model for matching.
    表示用于匹配的形状模型的实例。
    AdaptShapeModelHighNoise调整形状模型高噪声(20.11)
    Adapt a shape model's parameters for high noise images.
    针对高噪声图像调整形状模型的参数。
    ClearShapeModel清除形状模型
    Free the memory of a shape model.
    释放形状模型的内存。
    CreateAnisoShapeModelXld创建各向异性形状模型扩展线描述
    Prepare an anisotropically scaled shape model for matching from XLD contours.
    准备一个各向异性缩放的形状模型,以便从扩展线描述轮廓进行匹配。
    CreateDistanceTransformXld创建距离变换扩展线描述
    Create the XLD distance transform.
    创建XLD距离变换。
    CreateGenericShapeModel创建通用形状模型(21.05)
    Create a shape model.
    创建形状模型。
    CreateScaledShapeModel创建缩放形状模型
    Prepare an isotropically scaled shape model for matching.
    准备一个各向同性缩放的形状模型进行匹配。
    CreateScaledShapeModelXld创建缩放形状模型扩展线描述
    Prepare an isotropically scaled shape model for matching from XLD contours.
    准备一个各向同性缩放的形状模型,以便从XLD轮廓进行匹配。
    CreateShapeModel创建形状模型
    Prepare a shape model for matching.
    准备一个形状模型进行匹配。
    CreateShapeModelXld创建形状模型扩展线描述
    Prepare a shape model for matching from XLD contours.
    准备一个形状模型,以便从XLD轮廓进行匹配。
    DeserializeShapeModel反序列化形状模型
    Deserialize a serialized shape model.
    反序列化一个序列化的形状模型。
    FindAnisoShapeModel查找各向异性形状模型
    Find the best matches of an anisotropically scaled shape model in an image.
    在图像中找到各向异性缩放形状模型的最佳匹配。
    FindAnisoShapeModels查找各向异性形状模型多个
    Find the best matches of multiple anisotropically scaled shape models.
    找到多个各向异性缩放形状模型的最佳匹配。
    FindGenericShapeModel查找通用形状模型(21.05)
    Find the best matches of one or multiple shape models in an image.
    在图像中查找一个或多个形状模型的最佳匹配。
    FindScaledShapeModel查找缩放形状模型
    Find the best matches of an isotropically scaled shape model in an image.
    在图像中找到各向同性缩放形状模型的最佳匹配。
    FindScaledShapeModels查找缩放形状模型多个
    Find the best matches of multiple isotropically scaled shape models.
    查找多个各向同性缩放形状模型的最佳匹配。
    FindShapeModel查找形状模型
    Find the best matches of a shape model in an image.
    在图像中找到形状模型的最佳匹配。
    FindShapeModels查找形状模型多个
    Find the best matches of multiple shape models.
    查找多种形状模型的最佳匹配。
    GetGenericShapeModelObject获取通用形状模型对象(21.11)
    Get iconic objects of the shape model.
    获取形状模型的图标对象。
    GetGenericShapeModelParam获取通用形状模型参数(21.05)
    Return the parameters of a shape model.
    返回形状模型的参数。
    GetShapeModelClutter获取形状模型杂波(19.05)
    Get the clutter parameters of a shape model.
    获取形状模型的杂波参数。
    GetShapeModelContours获取形状模型轮廓
    Return the contour representation of a shape model.
    返回形状模型的轮廓描述。
    GetShapeModelOrigin获取形状模型原点
    Return the origin (reference point) of a shape model.
    返回形状模型的原点(参考点)。
    GetShapeModelParams获取形状模型参数
    Return the parameters of a shape model.
    返回形状模型的参数。
    ReadShapeModel读取形状模型
    Read a shape model from a file.
    从文件中读取形状模型。
    SerializeShapeModel序列化形状模型
    Serialize a shape model.
    序列化形状模型。
    SetGenericShapeModelObject设置通用形状模型对象(21.05)
    Set iconic objects to the shape model.
    将图标对象设置为形状模型。
    SetGenericShapeModelParam设置通用形状模型参数(21.05)
    Set selected parameters of the shape model.
    设置形状模型的选定参数。
    SetShapeModelClutter设置形状模型杂波(19.05)
    Set the clutter parameters of a shape model.
    设置形状模型的杂波参数。
    SetShapeModelMetric设置形状模型度量
    Set the metric of a shape model that was created from XLD contours.
    设置从XLD轮廓创建的形状模型的度量。
    SetShapeModelOrigin设置形状模型原点
    Set the origin (reference point) of a shape model.
    设置形状模型的原点(参考点)。
    SetShapeModelParam设置形状模型参数
    Set selected parameters of the shape model.
    设置形状模型的选定参数。
    TrainGenericShapeModel训练通用形状模型(21.05)
    Train a shape model for matching.
    训练形状模型进行匹配。
    WriteShapeModel写入形状模型
    Write a shape model to a file.
    将形状模型写入文件。
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 注册会员

    本版积分规则

    LabVIEW HALCON图像处理入门教程(24.09)
    石鑫华机器视觉与LabVIEW Vision图像处理PDF+视频教程11种全套
    《LabVIEW Vision函数实例详解2020-2024》教程-NI Vision所有函数使用方法介绍,基于NI VISION2020,兼容VDM21/22/23/24

    QQ|石鑫华视觉论坛 |网站地图

    GMT+8, 2025-1-22 17:46

    Powered by Discuz! X3.4

    © 2001-2025 Discuz! Team.

    快速回复 返回顶部 返回列表