这里的类和算子是针对.NET环境的。类和算子是从Halcon 17.12版本开始,名称中未包含数字版本说明的,表示17.12版本中已经包含。名称中有数字说明的,则表示是从数字版本后才增加的。目前已经更新到Halcon 24.11版本。而17.12之前版本中是否包含当前的类和算子,则未做验证。但是从更新历史来看,大部分的类和算子都是包含的,更新版本后,也只是增加一两个新类、几个十来个算子,多数版本可能并未增加新类。增加一个新类相当于增加一个新的功能模块,并不是每个版本都有新功能模块推出的,很多版本只在现有类中增加了几个算子。图像处理发展这么多年,中间增加的功能都比较少,Halcon在引入深度学习后,才多增加了几个类,如深度学习、深度OCR、深度Counting、深度Matching3D等。
《LabVIEW HALCON图像处理入门教程(24.09)》含深度学习,LabVIEW使用NI Vision+Halcon混合编程机器视觉与图像处理入门学习资料
http://visionbbs.com/thread-28124-1-1.html
Index of all Classes and Methods所有类和方法索引
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,使用了不同的光斑结构来扫描。简单来理解,激光三角测量类似于线阵相机的扫描过程,而结构光类似于面阵相机的成像过程。只不过相机是面向二维的,而激光三角测量和结构光测量面向的是三维。
Apply the calibration transformations to the input disparity image.
将标定变换应用于输入视差图像。
Calibrate a sheet-of-light setup with a 3D calibration object.
使用三维标定对象标定激光三角测量设置。
Delete a sheet-of-light model and free the allocated memory.
删除激光三角测量模型并释放分配的内存。
Create a model to perform 3D-measurements using the sheet-of-light technique.
使用激光三角测量技术创建模型以执行三维测量。
Deserialize a sheet-of-light model.
反序列化激光三角测量模型。
Get the value of a parameter, which has been set in a sheet-of-light model.
获取已在激光三角测量模型中设置的参数值。
Get the iconic results of a measurement performed with the sheet-of light technique.
获取使用激光三角测量技术进行测量的图标结果。
Get the result of a calibrated measurement performed with the sheet-of-light technique as a 3D object model.
获取使用激光三角测量技术作为3D对象模型进行的标定测量的结果。
Process the profile image provided as input and store the resulting disparity to the sheet-of-light model.
处理作为输入提供的剖面图,并将得到的视差存储到激光三角模型中。
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.
对于给定的激光三角模型,获取可用于不同激光三角测量算子的通用图标或控制参数的名称。
Read a sheet-of-light model from a file and create a new model.
从文件中读取激光三角测量模型并创建新模型。
Reset a sheet-of-light model.
重置激光三角测量模型。
Serialize a sheet-of-light model.
序列化激光三角测量模型。
Set sheet of light profiles by measured disparities.
根据测量的视差设置激光三角测量剖面。
Set selected parameters of the sheet-of-light model.
设置激光三角测量模型的选定参数。
Write a sheet-of-light model to a file.
将激光三角测量模型写入文件。