石鑫华视觉论坛

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

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

[复制链接]
  • TA的每日心情
    慵懒
    昨天 10:09
  • 签到天数: 3411 天

    连续签到: 13 天

    [LV.Master]2000FPS

     楼主| 发表于 2024-12-5 10:17:24 | 显示全部楼层 |阅读模式 来自:广东省东莞市 电信

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

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

    x
    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 codereader.
    表示条形码阅读器的实例。
    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 a k-NearestNeighborclassifier.
    表示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.
    表示二维数据读码器的实例。
    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字典
    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深度学习模型
    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 image acquisitiondevice.
    表示图像采集设备的实例。
    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句柄
    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盒式分类器的实例。
    HOCRCnn光学字符识别归一化互相关
    Represents an instance of a CNN OCRclassifier.
    表示CNN OCR分类器的实例。
    HOCRKnn光学字符识别K-最近邻
    Represents an instance of ak-NearestNeighbor OCR classifier.
    表示K-最近邻OCR分类器的实例。
    HOCRMlp光学字符识别多层感知机
    Represents an instance of a MLP OCRclassifier.
    表示MLP OCR分类器的实例。
    HOCRSvm光学字符识别支持向量机
    Represents an instance of a SVM OCRclassifier.
    表示SVM OCR分类器的实例。
    HOCV光学字符验证
    Represents an instance of a tool for opticalcharacter verification.
    表示光学字符验证工具的实例。
    HObject对象
    Represents an instance of an iconicobject(-array). Base class for images, regions and XLDs
    表示图标对象(-array)的实例。图像、区域和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 regionobject(-array).
    表示区域对象(-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 serializieditem.
    表示序列化项的实例。
    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测量所需的数据结构的实例。
    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 forgray value 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(eXtended LineDescriptions)对象的实例(-数组)。
    HXLDCont扩展线描述轮廓
    Represents an instance of an XLD contour object(-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 polygon object(-array).
    表示XLD多边形对象(-数组)的实例。
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 注册会员

    本版积分规则

    LabVIEW HALCON图像处理入门教程(24.09)
    石鑫华机器视觉与LabVIEW Vision图像处理PDF+视频教程11种全套
    《LabVIEW Vision函数实例详解2020-2024》教程-NI Vision所有函数使用方法介绍,基于NI VISION2020,兼容VDM21/22/23/24

    QQ|石鑫华视觉论坛 |网站地图

    GMT+8, 2024-12-22 00:18

    Powered by Discuz! X3.4

    © 2001-2024 Discuz! Team.

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