这里的类索引是针对.NET环境的,其他环境的基本类似。索引是从Halcon 17.12版本开始,类名称中未包含数字版本说明的,表示17.12版本中已经包含了该类。类名称中有数字说明的,则表示该类是从数字表示版本后才增加的新类。目前已经更新到Halcon 24.11版本。而17.12之前版本中是否包含当前的类,则未做验证。但是从更新历史来看,大部分的类都是包含的,更新版本后,也只是增加一两个新类,多数版本可能并未增加新类。增加一个新类相当于增加一个新的功能模块,并不是每个版本都有新功能模块推出的。图像处理发展这么多年,中间增加的功能都比较少,Halcon在引入深度学习后,多增加了几个类,如深度学习、深度OCR、深度Counting、深度Matching3D等。
《LabVIEW HALCON图像处理入门教程(24.09)》含深度学习,LabVIEW使用NI VISION+Halcon混合编程机器视觉与图像处理入门学习资料
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 ak-Nearest Neighbor 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 resultfor 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.
表示二维数据码阅读器的实例。也就是二维码的读取,包含了Data Matrix、PDF417、QR码等。
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字典(18.11)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深度学习模型(18.11)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(是一种科学绘图工具)进程的连接实例。这个类下好像没有算子,自24.05版后没有该类。
HHandle句柄(18.05)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 containerto be sent via message queues.
表示要通过消息队列发送的数据容器的实例。
HMessageQueue消除队列Represents an instance of a message queuefor inter-thread communication.
表示用于线程间通信的消息队列的实例。
HMetrologyModel计量模型Represents an instance of a metrology model.
表示计量模型的实例。
HMisc其他Class grouping methods belonging to noother HALCON class.
不属于其他HALCON类的类分组方法。
Hmutex互斥Represents an instance of a mutex synchronization object.
表示互斥同步对象的实例。
HNCCModel归一化互相关模型Represents an instance of an NCC model formatching.
表示用于匹配的NCC(Normalized cross-correlation)模型的实例。
HOCRBox光学字符识别盒子Represents an instance of an OCR boxclassifier.
表示光学字符识别OCR(Optical Character Recognition)盒子分类器的实例。
HOCRCnn光学字符识别卷积神经网络Represents an instance of a CNN OCRclassifier.
表示卷积神经网络CNN(Convolutional Neural Networks)OCR分类器的实例。
HOCRKnn光学字符识别K-最近邻Represents an instance of ak-NearestNeighbor OCR classifier.
表示K-最近邻K-NN(k-Nearest Neighbor)OCR分类器的实例。
HOCRMlp光学字符识别多层感知机Represents an instance of a MLP OCRclassifier.
表示多层感知机MLP(Multilayer Perceptron)OCR分类器的实例。
HOCRSvm光学字符识别支持向量机Represents an instance of a SVM OCRclassifier.
表示支持向量机SVM(Support Vector Machine) OCR分类器的实例。
HOCV光学字符验证Represents an instance of a tool foroptical character verification.
表示光学字符验证OCV(Optical Character Verification)工具的实例。
HObject对象Represents an instance of an iconicobject(-array). Base class for images, regions and XLDs.
表示图标对象(-数组)的实例。图像、区域和XLD的基类。
HObjectModel3D对象模型三维Represents an instance of a 3D objectmodel.
表示三维对象模型的实例。
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 representationtype).
表示具有7个参数的刚性三维变换(3个用于旋转,3个用于平移,1个用于描述类型)。
HQuaternion四元数Represents a quaternion.
表示四元数。
HRegion区域Represents an instance of a region object(-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 viaa serial port.
表示通过串行端口连接的实例。
HSerializedItem序列化项目Represents an instance of a serialized item.
表示序列化项的实例。
HShapeModel形状模型Represents an instance of a shape model for matching.
表示用于匹配的形状模型的实例。
HShapeModel3D形状模型三维Represents an instance of a 3D shape modelfor 3D matching.
表示用于3D匹配的3D形状模型的实例。
HSheetOfLightModel激光三角测量模型Represents an instance of the datastructure required to perform 3D measurements with the sheet-of-light technique.
表示使用激光三角技术执行3D测量所需的数据结构的实例。
sheet-of-light字面翻译为片光,但是Halcon或其他一些人都将其称为激光三角测量。另外还有结构光structuredlight,使用了不同的光斑结构来扫描。简单来理解,激光三角测量类似于线阵相机的扫描过程,而结构光类似于面阵相机的成像过程。只不过相机是面向二维的,而激光三角测量和结构光测量面向的是三维。
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 forgray value matching.
表示灰度值匹配模板的实例。
HTextModel文本模型Represents an instance of a text model fortext segmentations.
表示用于文本分割的文本模型的实例。
HTextResult文本结果Represents an instance of a text segmentations result.
表示文本分割结果的实例。
HTextureInspectionModel纹理检查模型Represents an instance of a texture modelfor 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多边形对象(-数组)的实例。