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

图像编程

Halcon所有类及类作用索引(17.12~24.11版)

文章来源:石鑫华视觉网时间:2024-12-16 17:58:16 点击:44

Halcon所有类及类作用索引(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混合编程机器视觉与图像处理入门学习资料

http://visionbbs.com/thread-28124-1-1.html


Index of all Classes所有类索引

HBarCode条形码

Represents an instance of a bar code reader.

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

HBarrier屏障

Represents an instance of a barriersynchronization object.

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

HBeadInspectionModel胶条检查模型

Represents an instance of the datastructure used to inspect beads.

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

HBgEsti背景估计

Represents an instance of a backgroundestimator.

表示背景估计器的实例。

HCalibData标定数据

Represents an instance of a cameracalibration model.

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

HCamPar相机参数

Represents internal camera parameters.

表示内部摄像头参数。

HCameraSetupModel相机设置模型

Represents an instance of a camera setupmodel.

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

HClassBox类盒子

Represents an instance of a classifier.

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

HClassGmm类高斯混合模型

Represents an instance of a Gaussianmixture model.

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

HClassKnn类K-最近邻

Represents an instance of ak-NearestNeighbor classifier.

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

HClassLUT类查找表

Represents an instance of a classificationlookup table

表示分类查找表的实例

HClassMlp类多层感知机

Represents an instance of a multilayerperceptron.

表示多层感知机的实例。

HClassSvm类支持向量机

Represents an instance of a support vectormachine.

表示支持向量机的实例。

HClassTrainData类训练数据

Represents an instance of a training datamanagement class.

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

HColorTransLUT颜色变换查找表

Represents an instance of a color spacetransformation lookup table.

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

HComponentModel组件模型

Represents an instance of a model for thecomponent-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 conditionsynchronization object.

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

HDataCode2D数据码二维

Represents an instance of a 2D data codereader.

表示二维数据码阅读器的实例。也就是二维码的读取,包含了Data Matrix、PDF417、QR码等。

HDeepMatching3D深度匹配三维(24.11)

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

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

HDeformableModel可变型模型

Represents an instance of a deformablemodel for matching.

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

HDeformableSurfaceMatchingResult可变形表面匹配结果

Represents an instance of a deformablesurface matching result.

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

HDeformableSurfaceModel可变形表面模型

Represents an instance of a deformablesurface model.

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

HDescriptorModel描述符模型

Represents an instance of a descriptormodel.

表示描述符模型的实例。

HDict字典(18.11)

Represents an instance of a Dictionary.

表示字典的实例。

HDlClassifier深度学习分类器

Represents an instance of a Deep NeuralNetwork.

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

HDlClassifierResult深度学习分类器结果

Represents an instance of a Deep NeuralNetwork inference step result.

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

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

Represents an instance of a Deep NeuralNetwork training step result.

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

HDlDevice深度学习设备(20.11)

Represents an instance of a Deep Learningcapable compute device.

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

HDlLayer层(21.05)

Represents an instance of a Deep NeuralNetwork graph layer.

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

HDlModel深度学习模型(18.11)

Represents an instance of a Deep NeuralNetwork.

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

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

Represents an instance of a Deep NeuralNetwork based Deep Counting model.

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

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

Represents an instance of a Deep NeuralNetwork based OCR model.

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

HDlPrune修剪(20.11)

Represents an instance of the parameterinformation 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 encrypteditem.

表示加密项的实例。

HEvent事件

Represents an instance of an eventsynchronization object.

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

HFeatureSet特征集

Represents an instance of a training usedfor the classifier.

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

HFile文件

Represents an instance of a file.

表示文件的实例。

HFramegrabber帧抓取器

Represents an instance of an imageacquisition device.

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

HFunction1D函数一维

Represents an instance of a 1d function.

表示一维函数的实例。

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

Represents an instance of a result ofgeneric shape matching.

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

HGnuplot科学绘图

Represents an instance of a connection to agnuplot process.

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

HHandle句柄(18.05)

Represents a generic instance of a handle.

表示句柄的通用实例。

HHomMat2D齐次矩阵二维

Represents a homogeneous 2D transformationmatrix.

表示齐次二维变换矩阵。

HHomMat3D齐次矩形三维

Represents a homogeneous 3D transformationmatrix.

表示齐次三维变换矩阵。

HIOChannel输入输出通道

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

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

HIODevice输入输出设备

Represents an instance of an I/O device.

表示I/O设备的实例。

HImage图像

Represents an instance of an imageobject(-array).

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

HInfo信息

Class grouping system information relatedfunctionality.

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

HLexicon词典

Represents an instance of a lexicon.

表示词典的实例。

HMatrix矩阵

Represents an instance of a matrix.

表示矩阵的实例。

HMeasure测量

Represents an instance of a tool to measuredistances.

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

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 metrologymodel.

表示计量模型的实例。

HMisc其他

Class grouping methods belonging to noother HALCON class.

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

Hmutex互斥

Represents an instance of a mutexsynchronization object.

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

HNCCModel归一化互相关模型

Represents an instance of an NCC model formatching.

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

HOCRBox光学字符识别盒子

Represents an instance of an OCR boxclassifier.

表示光学字符识别OCR(OpticalCharacter Recognition)盒子分类器的实例。

HOCRCnn光学字符识别卷积神经网络

Represents an instance of a CNN OCRclassifier.

表示卷积神经网络CNN(ConvolutionalNeural 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(MultilayerPerceptron)OCR分类器的实例。

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

Represents an instance of a SVM OCR classifier.

表示支持向量机SVM(SupportVector Machine) OCR分类器的实例。

HOCV光学字符验证

Represents an instance of a tool foroptical character verification.

表示光学字符验证OCV(OpticalCharacter 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 7parameters (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 sampleidentifier.

表示样本标识符的实例。

HScatteredDataInterpolator散乱数据插值器

Represents an instance of a scattered datainterpolator.

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

HScene3D场景三维

Represents an instance of a 3D graphicscene.

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

HSerial串行

Represents an instance of a connection viaa serial port.

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

HSerializedItem序列化项目

Represents an instance of a serializeditem.

表示序列化项的实例。

HShapeModel形状模型

Represents an instance of a shape model formatching.

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

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-lighttechnique.

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

sheet-of-light字面翻译为片光,但是Halcon或其他一些人都将其称为激光三角测量。另外还有结构光structuredlight,使用了不同的光斑结构来扫描。简单来理解,激光三角测量类似于线阵相机的扫描过程,而结构光类似于面阵相机的成像过程。只不过相机是面向二维的,而激光三角测量和结构光测量面向的是三维。

HSocket套接字

Represents an instance of a socketconnection.

表示套接字连接的实例。

HStereoModel立体模型

Represents an instance of a stereo model.

表示立体模型的实例。

HStructuredLightModel结构光模型

Represents an instance of a structuredlight model.

表示结构光模型的实例。

HSurfaceMatchingResult表面匹配结果

Represents an instance of a surfacematching result.

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

HSurfaceModel表面模型

Represents an instance of a surface model.

表示表面模型的实例。

HSystem系统

Class grouping system information andmanipulation related functionality.

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

HTemplate模板

Represents an instance of a template for grayvalue matching.

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

HTextModel文本模型

Represents an instance of a text model fortext segmentations.

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

HTextResult文本结果

Represents an instance of a textsegmentations result.

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

HTextureInspectionModel纹理检查模型

Represents an instance of a texture modelfor texture inspection.

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

HTextureInspectionResult纹理检查结果

Represents an instance of a textureinspection result.

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

HTuple元组

Provides tuple functionality.

提供元组功能。

HVariationModel变体模型

Represents an instance of a variationmodel.

表示变体模型的实例。

HWindow窗口

Represents an instance of a HALCON window.

表示HALCON窗口的实例。

HXLD扩展线描述

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

表示扩展线描述XLD(eXtendedLine Descriptions)对象的实例(-数组)。

HXLDCont扩展线描述轮廓

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

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

HXLDDistTrans扩展线描述距离变换

Represents an instance of a XLD distancetransformation.

表示XLD距离变换的实例。

HXLDExtPara扩展线描述扩展并行

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

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

HXLDModPara扩展线描述修改并行

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

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

HXLDPara扩展线描述并行

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

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

HXLDPoly扩展线描述多边形

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

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


首页
84162741QQ
联系