石鑫华视觉论坛

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

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

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

    昨天 07:53
  • 签到天数: 3427 天

    连续签到: 29 天

    [LV.Master]2000FPS

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

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

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

    x
    Halcon所有类及类下算子作用索引-HDeformableModel可变型模型(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所有类和方法索引
    HDeformableModel可变型模型
    Represents an instance of a deformable model for matching.
    表示用于匹配的可变形模型的实例。
    ClearDeformableModel清除可变形模型
    Free the memory of a deformable model.
    释放可变形模型的内存。
    CreateLocalDeformableModel创建局部可变形模型
    Creates a deformable model for local, deformable matching.
    创建可变形模型以进行局部可变形匹配。
    CreateLocalDeformableModelXld创建局部可变形模型扩展线描述
    Prepare a deformable model for local deformable matching from XLD contours.
    准备一个可变形模型,以便从XLD轮廓进行局部可变形匹配。
    CreatePlanarCalibDeformableModel创建平面标定可变形模型
    Create a deformable model for calibrated perspective matching.
    创建可变形模型以进行标定的透视匹配。
    CreatePlanarCalibDeformableModelXld创建平面标定可变形模型扩展线描述
    Prepare a deformable model for planar calibrated matching from XLD contours.
    准备一个可变形模型,用于从XLD轮廓进行平面标定匹配。
    CreatePlanarUncalibDeformableModel创建平面未标定可变形模型
    Creates a deformable model for uncalibrated, perspective matching.
    为未标定的透视匹配创建可变形模型。
    CreatePlanarUncalibDeformableModelXld创建平面未标定可变形模型扩展线描述
    Prepare a deformable model for planar uncalibrated matching from XLD contours.
    准备一个可变形模型,用于从XLD轮廓进行平面未标定匹配。
    DeserializeDeformableModel反序列化可变形模型
    Deserialize a deformable model.
    反序列化可变形模型。
    FindLocalDeformableModel查找局部可变形模型
    Find the best matches of a local deformable model in an image.
    在图像中找到局部可变形模型的最佳匹配。
    FindPlanarCalibDeformableModel查找平面标定可变形模型
    Find the best matches of a calibrated deformable model in an image and return their 3D pose.
    在图像中找到标定的可变形模型的最佳匹配,并返回它们的3D姿态。
    FindPlanarUncalibDeformableModel查找平面未标定可变形模型
    Find the best matches of a planar projective invariant deformable model in an image.
    在图像中查找平面投影不变可变形模型的最佳匹配。
    GetDeformableModelContours获取可变形模型轮廓
    Return the contour representation of a deformable model.
    返回可变形模型的轮廓描述。
    GetDeformableModelOrigin获取可变形模型原点
    Return the origin (reference point) of a deformable model.
    返回可变形模型的原点(参考点)。
    GetDeformableModelParams获取可变形模型参数
    Return the parameters of a deformable model.
    返回可变形模型的参数。
    ReadDeformableModel可读可变形模型
    Read a deformable model from a file.
    从文件中读取可变形模型。
    SerializeDeformableModel序列化可变形模型
    Serialize a deformable model.
    序列化可变形模型。
    SetDeformableModelOrigin设置可变形模型原点
    Set the origin (reference point) of a deformable model.
    设置可变形模型的原点(参考点)。
    SetDeformableModelParam设置可变形模型参数
    Set selected parameters of the deformable model.
    设置可变形模型的选定参数。
    SetLocalDeformableModelMetric设置局部可变形模型度量
    Set the metric of a local deformable model that was created from XLD contours.
    设置从XLD轮廓创建的局部可变形模型的度量。
    SetPlanarCalibDeformableModelMetric设置平面标定可变形模型度量
    Set the metric of a planar calibrated deformable model that was created from XLD contours.
    设置从XLD轮廓创建的平面标定可变形模型的度量。
    SetPlanarUncalibDeformableModelMetric设置平面未标定可变形模型度量
    Set the metric of a planar uncalibrated deformable model that was created from XLD contours.
    设置由XLD轮廓创建的平面未标定可变形模型的度量。
    WriteDeformableModel写入可变形模型
    Write a deformable 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-7 04:36

    Powered by Discuz! X3.4

    © 2001-2025 Discuz! Team.

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