石鑫华视觉论坛

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

[原创] Halcon所有类及类下算子作用索引-HSheetOfLightModel激光三角测量模型(17.12~24.11版)

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

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

    连续签到: 4 天

    [LV.Master]2000FPS

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

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

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

    x
    Halcon所有类及类下算子作用索引-HSheetOfLightModel激光三角测量模型(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所有类和方法索引
    HSheetOfLightModel激光三角测量模型
    Represents an instance of the data structure required to perform 3D measurements with the sheet-of-light technique.
    表示使用激光三角技术执行3D测量所需的数据结构的实例。
    sheet-of-light字面翻译为片光,但是Halcon或其他一些人都将其称为激光三角测量。另外还有结构光structured light,使用了不同的光斑结构来扫描。简单来理解,激光三角测量类似于线阵相机的扫描过程,而结构光类似于面阵相机的成像过程。只不过相机是面向二维的,而激光三角测量和结构光测量面向的是三维。
    ApplySheetOfLightCalibration应用激光三角测量标定
    Apply the calibration transformations to the input disparity image.
    将标定变换应用于输入视差图像。
    CalibrateSheetOfLight标定激光三角测量
    Calibrate a sheet-of-light setup with a 3D calibration object.
    使用三维标定对象标定激光三角测量设置。
    ClearSheetOfLightModel清除激光三角测量模型
    Delete a sheet-of-light model and free the allocated memory.
    删除激光三角测量模型并释放分配的内存。
    CreateSheetOfLightModel创建激光三角测量模型
    Create a model to perform 3D-measurements using the sheet-of-light technique.
    使用激光三角测量技术创建模型以执行三维测量。
    DeserializeSheetOfLightModel反序列化激光三角测量模型
    Deserialize a sheet-of-light model.
    反序列化激光三角测量模型。
    GetSheetOfLightParam获取激光三角测量参数
    Get the value of a parameter, which has been set in a sheet-of-light model.
    获取已在激光三角测量模型中设置的参数值。
    GetSheetOfLightResult获取激光三角测量结果
    Get the iconic results of a measurement performed with the sheet-of light technique.
    获取使用激光三角测量技术进行测量的图标结果。
    GetSheetOfLightResultObjectModel3d获取激光三角测量结果对象模型三维
    Get the result of a calibrated measurement performed with the sheet-of-light technique as a 3D object model.
    获取使用激光三角测量技术作为3D对象模型进行的标定测量的结果。
    MeasureProfileSheetOfLight测量剖面图激光三角测量
    Process the profile image provided as input and store the resulting disparity to the sheet-of-light model.
    处理作为输入提供的剖面图,并将得到的视差存储到激光三角模型中。
    QuerySheetOfLightParams查询激光三角测量参数
    For a given sheet-of-light model get the names of the generic iconic or control parameters that can be used in the different sheet-of-light operators.
    对于给定的激光三角模型,获取可用于不同激光三角测量算子的通用图标或控制参数的名称。
    ReadSheetOfLightModel读取激光三角测量模型
    Read a sheet-of-light model from a file and create a new model.
    从文件中读取激光三角测量模型并创建新模型。
    ResetSheetOfLightModel重置激光三角测量模型
    Reset a sheet-of-light model.
    重置激光三角测量模型。
    SerializeSheetOfLightModel序列化激光三角测量
    Serialize a sheet-of-light model.
    序列化激光三角测量模型。
    SetProfileSheetOfLight设置剖面激光三角测量
    Set sheet of light profiles by measured disparities.
    根据测量的视差设置激光三角测量剖面。
    SetSheetOfLightParam设置激光三角测量参数
    Set selected parameters of the sheet-of-light model.
    设置激光三角测量模型的选定参数。
    WriteSheetOfLightModel写入激光三角测量模型
    Write a sheet-of-light 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:58

    Powered by Discuz! X3.4

    © 2001-2025 Discuz! Team.

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