石鑫华视觉 手机微信QQ:13450001061

图像编程

Halcon所有类及类作用索引(19.11版和以后版本)

文章来源:石鑫华视觉网时间:2024-12-05 10:15:03 点击:58

Halcon所有类及类作用索引(19.11版和以后版本)

这里的类索引是针对.NET环境的,其他环境的基本类似。索引是从19.11版本开始,类名称中未包含数字版本说明的,则是表示19.11版本中已经包含了该类。类名称中有数字说明的,则表示该类是从数字表示版本后才增加的新类。目前已经更新到Halcon 24.11版本。而19.11之前版本中是否包含当前的类,则未做验证。但是从更新历史来看,大部分的类都是包含的,更新版本后,也只是增加一两个新类。

image1.png

Index of all Classes所有类索引

HBarCode条形码

Represents an instance of a bar code reader.

表示条形码阅读器的实例。

HBarrier屏障

Represents an instance of a barrier synchronization object.

表示屏障同步对象的实例。Barrier是一种同步机制,它确保在所有参与的线程或进程到达某个特定的执行点(称为Barrier Point或同步点)之前,它们都不会继续执行后续的代码。简单来说,它就像是一个检查点,所有的线程都必须到达这里,然后才能一起继续前进。

HBeadInspectionModel胶条检查模型

Represents an instance of the data structure used to inspect beads.

表示用于检查胶条的数据结构的实例。

HBgEsti背景估计

Represents an instance of a background estimator.

表示背景估计器的实例。

HCalibData标定数据

Represents an instance of a camera calibration model.

表示相机标定模型的实例。

HCamPar相机参数

Represents internal camera parameters.

表示内部摄像头参数。

HCameraSetupModel相机设置模型

Represents an instance of a camera setup model.

表示相机设置模型的实例。

HClassBox类盒式

Represents an instance of a classifier.

表示(盒式)分类器的实例。

HClassGmm类高斯混合模型

Represents an instance of a Gaussian mixture model.

表示高斯混合模型(分类器)的实例。

HClassKnn类K-最近邻

Represents an instance of a k-NearestNeighbor classifier.

表示k-NearestNeighbor(K-最近邻)分类器的实例。

HClassLUT类查找表

Represents an instance of a classification lookup table

表示分类查找表的实例

HClassMlp类多层感知机

Represents an instance of a multilayer perceptron.

表示多层感知机的实例。

HClassSvm类支持向量机

Represents an instance of a support vector machine.

表示支持向量机的实例。

HClassTrainData类训练数据

Represents an instance of a training data management class.

表示训练数据管理类的实例。

HColorTransLUT颜色变换查找表

Represents an instance of a color space transformation lookup table

表示颜色空间变换查找表的实例

HComponentModel组件模型

Represents an instance of a model for the component-based matching.

表示基于组件匹配的模型的实例。

HComponentTraining组件训练

Represents an instance of a training result for the component-based matching.

表示基于组件匹配的训练结果的实例。

HComputeDevice计算设备

Class representing a compute device handle.

表示计算设备句柄的类。

HCondition条件

Represents an instance of a condition synchronization object.

表示条件同步对象的实例。

HDataCode2D数据代码二维

Represents an instance of a 2D data code reader.

表示二维数据读码器的实例。

HDeepMatching3D深度匹配三维(24.11)

Represents an instance of a Deep Neural Network based Deep 3D Matching model.

表示基于深度神经网络的深度三维匹配模型的实例。 

HDeformableModel可变型模型

Represents an instance of a deformable model for matching.

表示用于匹配的可变形模型的实例。

HDeformableSurfaceMatchingResult可变形曲面匹配结果

Represents an instance of a deformable surface matching result.

表示可变形曲面匹配结果的实例。

HDeformableSurfaceModel可变形曲面模型

Represents an instance of a deformable surface model.

表示可变形曲面模型的实例。

HDescriptorModel描述符模型

Represents an instance of a descriptor model.

表示描述符模型的实例。

HDict字典

Represents an instance of a Dictionary.

表示字典的实例。

HDlClassifier深度学习分类器

Represents an instance of a Deep Neural Network.

表示深度神经网络的实例。

HDlClassifierResult深度学习分类器结果

Represents an instance of a Deep Neural Network inference step result.

表示深度神经网络推理步骤结果的实例。

HDlClassifierTrainResult深度学习分类器训练结果

Represents an instance of a Deep Neural Network training step result.

表示深度神经网络训练步骤结果的实例。

HDlDevice深度学习设备(20.11)

Represents an instance of a Deep Learning capable compute device.

表示具有深度学习能力的计算设备的实例。

HDlLayer图层(21.05)

Represents an instance of a Deep Neural Network graph layer.

表示深度神经网络图层的实例。

HDlModel深度学习模型

Represents an instance of a Deep Neural Network.

表示深度神经网络的实例。

HDlModelCounting深度学习模型计数(23.05)

Represents an instance of a Deep Neural Network based Deep Counting model.

表示基于深度神经网络的深度计数模型的实例。

HDlModelOcr深度学习模型光学字符识别(20.11)

Represents an instance of a Deep Neural Network based OCR model.

表示基于深度神经网络的光学字符识别模型的实例。

HDlPrune剪枝(20.11)

Represents an instance of the parameter information for pruning a Deep Neural Network model.

表示用于修剪深度神经网络模型的参数信息的实例。

HDrawingObject绘图对象

Represents an instance of a drawing object.

表示绘制对象的实例。

HDualQuaternion对偶四元数

Represents a dual quaternion.

表示对偶四元数。

HEncryptedItem加密项(22.11)

Represents an instance of an encrypted item.

表示加密项的实例。

HEvent事件

Represents an instance of an event synchronization object.

表示事件同步对象的实例。

HFeatureSet特征集

Represents an instance of a training used for the classifier.

表示用于分类器的训练实例。

HFile文件

Represents an instance of a file.

表示文件的实例。

HFramegrabber图像采集卡

Represents an instance of an image acquisition device.

表示图像采集设备的实例。

HFunction1D函数一维

Represents an instance of a 1d function.

表示一维函数的实例。

HGenericShapeModelResult通用形状模型结果(21.05)

Represents an instance of a result of generic shape matching.

表示通用形状匹配结果的实例。

HGnuplot科学绘图

Represents an instance of a connection to a gnuplot process.

表示与gnuplot(是一种科学绘图工具)进程的连接实例。

HHandle句柄

Represents a generic instance of a handle.

表示句柄的通用实例。

HHomMat2D齐次矩阵二维

Represents a homogeneous 2D transformation matrix.

表示一个齐次二维变换矩阵。

HHomMat3D齐次矩形三维

Represents a homogeneous 3D transformation matrix.

表示一个齐次三维变换矩阵。

HIOChannel输入输出通道

Represents an instance of a channel of an I/O device.

表示I/O设备通道的实例。

HIODevice输入输出设备

Represents an instance of an I/O device.

表示I/O设备的实例。

HImage图像

Represents an instance of an image object(-array).

表示图像对象(-数组)的实例。

HInfo信息

Class grouping system information related functionality.

类分组系统信息相关功能。

HLexicon词典

Represents an instance of a lexicon.

表示词典的实例。

HMatrix矩阵

Represents an instance of a matrix.

表示矩阵的实例。

HMeasure测量

Represents an instance of a tool to measure distances.

表示用于测量距离的工具的实例。

HMemoryBlock内存块(21.11)

Represents an instance of a memory block.

表示内存块的实例。

HMessage消息

Represents an instance of a data container to be sent via message queues.

表示要通过消息队列发送的数据容器的实例。

HMessageQueue消除队列

Represents an instance of a message queue for inter-thread communication.

表示用于线程间通信的消息队列的实例。

HMetrologyModel计量模型

Represents an instance of a metrology model.

表示计量模型的实例。

HMisc其他

Class grouping methods belonging to no other HALCON class.

不属于其他HALCON类的类分组方法。

Hmutex互斥

Represents an instance of a mutex synchronization object.

表示互斥同步对象的实例。

HNCCModel归一化互相关模型

Represents an instance of an NCC model for matching.

表示用于匹配的NCC(Normalized cross-correlation)模型的实例。

HOCRBox光学字符识别盒式

Represents an instance of an OCR box classifier.

表示OCR盒式分类器的实例。

HOCRCnn光学字符识别归一化互相关

Represents an instance of a CNN OCR classifier.

表示CNN OCR分类器的实例。

HOCRKnn光学字符识别K-最近邻

Represents an instance of a k-NearestNeighbor OCR classifier.

表示K-最近邻OCR分类器的实例。

HOCRMlp光学字符识别多层感知机

Represents an instance of a MLP OCR classifier.

表示MLP OCR分类器的实例。

HOCRSvm光学字符识别支持向量机

Represents an instance of a SVM OCR classifier.

表示SVM OCR分类器的实例。

HOCV光学字符验证

Represents an instance of a tool for optical character verification.

表示光学字符验证工具的实例。

HObject对象

Represents an instance of an iconic object(-array). Base class for images, regions and XLDs

表示图标对象(-array)的实例。图像、区域和XLD的基类

HObjectModel3D对象模型三维

Represents an instance of a 3D object model.

表示三维对象模型的实例。

HOperatorSet算子集

Class grouping all HALCON operators.

类分组所有HALCON算子。

HPose姿态

Represents a rigid 3D transformation with 7 parameters (3 for the rotation, 3 for the translation, 1 for the representation type).

表示具有7个参数的刚性三维变换(3个用于旋转,3个用于平移,1个用于表示类型)。

HQuaternion四元数

Represents a quaternion.

表示四元数。

HRegion区域

Represents an instance of a region object(-array).

表示区域对象(-array)的实例。

HSampleIdentifier样本标识符

Represents an instance of a sample identifier.

表示样本标识符的实例。

HScatteredDataInterpolator离散数据插值器

Represents an instance of a scattered data interpolator.

表示离散数据插值器的实例。

HScene3D场景三维

Represents an instance of a 3D graphic scene.

表示三维图形场景的实例。

HSerial串行

Represents an instance of a connection via a serial port.

表示通过串行端口连接的实例。

HSerializedItem序列化项目

Represents an instance of a serializied item.

表示序列化项的实例。

HShapeModel形状模型

Represents an instance of a shape model for matching.

表示用于匹配的形状模型的实例。

HShapeModel3D形状模型三维

Represents an instance of a 3D shape model for 3D matching.

表示用于3D匹配的3D形状模型的实例。

HSheetOfLightModel激光三角测量模型

Represents an instance of the data structure required to perform 3D measurements with the sheet-of-light technique.

表示使用激光三角技术执行3D测量所需的数据结构的实例。

HSocket套接字

Represents an instance of a socket connection.

表示套接字连接的实例。

HStereoModel立体模型

Represents an instance of a stereo model.

表示立体模型的实例。

HStructuredLightModel结构光模型

Represents an instance of a structured light model.

表示结构光模型的实例。

HSurfaceMatchingResult曲面匹配结果

Represents an instance of a surface matching result.

表示曲面匹配结果的实例。

HSurfaceModel曲面模型

Represents an instance of a surface model.

表示表面模型的实例。

HSystem系统

Class grouping system information and manipulation related functionality.

类分组系统信息和操作相关功能。

HTemplate模板

Represents an instance of a template for gray value matching.

表示灰度值匹配模板的实例。

HTextModel文本模型

Represents an instance of a text model for text segmentations.

表示用于文本分割的文本模型的实例。

HTextResult文本结果

Represents an instance of a text segmentations result.

表示文本分割结果的实例。

HTextureInspectionModel纹理检查模型

Represents an instance of a texture model for texture inspection.

表示用于纹理检查的纹理模型的实例。

HTextureInspectionResult纹理检查结果

Represents an instance of a texture inspection result.

表示纹理检查结果的实例。

HTuple元组

Provides tuple functionality.

提供元组功能。

HVariationModel变体模型

Represents an instance of a variation model.

表示变体模型的实例。

HWindow窗口

Represents an instance of a HALCON window.

表示HALCON窗口的实例。

HXLD扩展线描述

Represents an instance of an XLD object(-array).

表示XLD(eXtended Line Descriptions)对象的实例(-数组)。

HXLDCont扩展线描述轮廓

Represents an instance of an XLD contour object(-array).

表示XLD轮廓对象(-数组)的实例。

HXLDDistTrans扩展线描述距离变换

Represents an instance of a XLD distance transformation.

表示XLD距离变换的实例。

HXLDExtPara扩展线描述扩展并行

Represents an instance of an XLD extended parallel object(-array).

表示XLD扩展并行对象(-数组)的实例。

HXLDModPara扩展线描述修改并行

Represents an instance of an XLD modified parallel object(-array).

表示XLD修改的并行对象(-数组)的实例。

HXLDPara扩展线描述并行

Represents an instance of an XLD parallel object(-array).

表示XLD并行对象(-数组)的实例。

HXLDPoly扩展线描述多边形

Represents an instance of an XLD polygon object(-array).

表示XLD多边形对象(-数组)的实例。


首页
84162741QQ
联系