石鑫华视觉论坛

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

[原创] Halcon所有类及类下算子作用索引-HOperatorSet算子集(6)(17.12~24.11版)

[复制链接]
  • TA的每日心情

    昨天 08:46
  • 签到天数: 3443 天

    连续签到: 5 天

    [LV.Master]2000FPS

     楼主| 发表于 昨天 18:36 | 显示全部楼层 |阅读模式 来自:广东省东莞市 电信

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

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

    x
    Halcon所有类及类下算子作用索引-HOperatorSet算子集(6)(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混合编程机器视觉与图像处理入门学习资料
    Index of all Classes and Methods所有类和方法索引
    HOperatorSet算子集(6)
    Class grouping all HALCON operators.
    类分组所有HALCON算子。
    CreateCaltab创建标定表
    Generate a calibration plate description file and a corresponding PostScript file for a calibration plate with hexagonally arranged marks.
    为带有六边形排列标记的标定板生成标定板描述文件和相应的PostScript文件。
    CreateCamPoseLookAtPoint创建相机姿态观察点
    Create a 3D camera pose from camera center and viewing direction.
    从相机中心和观察方向创建3D相机姿态。
    CreateCameraSetupModel创建相机设置模型
    Create a model for a setup of calibrated cameras.
    为标定的相机设置创建模型。
    CreateClassBox创建类盒子
    Create a new classifier.
    创建一个新的分类器。
    CreateClassGmm创建类高斯混合模型
    Create a Gaussian Mixture Model for classification
    创建高斯混合模型进行分类
    CreateClassKnn创建类K-最近邻
    Create a k-nearest neighbors (k-NN) classifier.
    创建一个k-最近邻(k-NN)分类器。
    CreateClassLutGmm创建类查找表高斯混合模型
    Create a look-up table using a gaussian mixture model to classify byte images.
    使用高斯混合模型创建查找表来对字节图像进行分类。
    CreateClassLutKnn创建类查找表K-最近邻
    Create a look-up table using a k-nearest neighbors classifier (k-NN) to classify byte images.
    使用k-最近邻分类器(k-NN)创建查找表来对字节图像进行分类。
    CreateClassLutMlp创建类查找表多层感知机
    Create a look-up table using a multi-layer perceptron to classify byte images.
    使用多层感知机创建查找表来对字节图像进行分类。
    CreateClassLutSvm创建类查找表支持向量机
    Create a look-up table using a Support-Vector-Machine to classify byte images.
    使用支持向量机创建查找表来对字节图像进行分类。
    CreateClassMlp创建类多层感知机
    Create a multilayer perceptron for classification or regression.
    创建一个用于分类或回归的多层感知机。
    CreateClassSvm创建类支持向量机
    Create a support vector machine for pattern classification.
    创建用于模式分类的支持向量机。
    CreateClassTrainData创建类训练数据
    Create a handle for training data for classifiers.
    为分类器的训练数据创建句柄。
    CreateColorTransLut创建颜色变换查找表
    Creates the look-up-table for transformation of an image from the RGB color space to an arbitrary color space.
    创建查找表,用于将图像从RGB颜色空间变换为任意颜色空间。
    CreateComponentModel创建组件模型
    Prepare a component model for matching based on explicitly specified components and relations.
    根据明确指定的组件和关系准备组件模型进行匹配。
    CreateCondition创建条件
    Create a condition variable synchronization object.
    创建条件变量同步对象。
    CreateDataCode2dModel创建数据码二维模型
    Create a model of a 2D data code class.
    创建二维数据码类的模型。
    CreateDeepCountingModel创建深度计数模型(23.05)
    Create a Deep Counting model for counting objects.
    创建用于计数对象的深度计数模型。
    CreateDeepOcr创建深度光学字符识别(20.11)
    Create a Deep OCR model.
    创建深度OCR模型。
    CreateDeformableSurfaceModel创建可变形表面模型
    Create the data structure needed to perform deformable surface-based matching.
    创建执行基于可变形表面的匹配所需的数据结构。
    CreateDict创建字典(18.11)
    Create a new empty dictionary.
    创建一个新的空字典。
    CreateDistanceTransformXld创建距离变换扩展线描述
    Create the XLD distance transform.
    创建XLD距离变换。
    CreateDlLayerActivation创建深度学习层激活(21.05)
    Create an activation layer.
    创建激活层。
    CreateDlLayerBatchNormalization创建深度学习层批次归一化(21.05)
    Create a batch normalization layer.
    创建批次归一化BN层。
    CreateDlLayerClassIdConversion创建深度学习层类标识转换(21.05)
    Create a class ID conversion layer.
    创建类ID转换层。
    CreateDlLayerConcat创建深度学习层连接(21.05)
    Create a concatenation layer.
    创建连接层。
    CreateDlLayerConvolution创建深度学习层卷积(21.05)
    Create a convolutional layer.
    创建卷积层。
    CreateDlLayerDense创建深度学习层密集(21.05)
    Create a dense layer.
    创建密集层。
    CreateDlLayerDepthMax创建深度学习层深度最大(21.05)
    Create a depth max layer.
    创建深度最大层。
    CreateDlLayerDepthToSpace创建深度学习层深度至空间(22.11)
    Create a depth to space layer.
    创建深度至空间层。
    CreateDlLayerDropout创建深度学习层丢弃(21.05)
    Create a DropOut layer.
    创建随机丢弃DropOut层。
    CreateDlLayerElementwise创建深度学习层元素(21.05)
    Create an elementwise layer.
    创建元素层。
    CreateDlLayerIdentity创建深度学习层标识(22.11)
    Create an identity layer.
    创建标识层。
    CreateDlLayerInput创建深度学习层输(21.05)
    Create an input layer.
    创建输入层。
    CreateDlLayerLossCrossEntropy创建深度学习层损失交叉熵(21.05)
    Create a cross entropy loss layer.
    创建交叉熵损失层。
    CreateDlLayerLossCtc创建深度学习层损失连接机制时间分类(21.05)
    Create a CTC loss layer.
    创建连接机制时间分类CTC(Connectionist Temporal Classification)损失层。
    CreateDlLayerLossDistance创建深度学习层损失距离(21.05)
    Create a distance loss layer.
    创建距离损失层。
    CreateDlLayerLossFocal创建深度学习层损失焦点(21.05)
    Create a focal loss layer.
    创建焦点损失层。
    CreateDlLayerLossHuber创建深度学习层损失Huber(21.05)
    Create a Huber loss layer.
    创建Huber损失层。
    CreateDlLayerLrn创建深度学习层局部响应归一化层(21.05)
    Create a LRN layer.
    创建局部响应归一化层LRN(Local Response Normalization)层。
    CreateDlLayerMatmul创建深度学习层矩阵乘法(23.11)
    Create a MatMul layer.
    创建一个矩阵乘法MatMul层。
    CreateDlLayerPermutation创建深度学习层置换(22.05)
    Create a permutation layer.
    创建置换层。
    CreateDlLayerPooling创建深度学习层池化(21.05)
    Create a pooling layer.
    创建池化层。
    CreateDlLayerReduce创建深度学习层缩减(23.11)
    Create a reduce layer.
    创建缩减层。
    CreateDlLayerReshape创建深度学习层重塑(21.05)
    Create a reshape layer.
    创建重塑层。
    CreateDlLayerSoftmax创建深度学习层柔性最大(21.05)
    Create a softmax layer.
    创建柔性最大softmax层。
    CreateDlLayerTransposedConvolution创建深度学习层转置卷积(21.05)
    Create a transposed convolution layer.
    创建转置卷积层。
    CreateDlLayerZoomFactor创建深度学习层缩放因子(21.05)
    Create a zoom layer using size factors.
    使用尺寸因子创建缩放层。
    CreateDlLayerZoomSize创建深度学习层缩放大小(21.05)
    Create a zoom layer using an absolute output size.
    使用绝对输出大小创建缩放层。
    CreateDlLayerZoomToLayerSize创建深度学习层缩放至层大小(21.05)
    Create a zoom layer using the output size of a reference layer.
    使用参考层的输出大小创建缩放层。
    CreateDlModel创建深度学习模型(21.11)
    Create a deep learning model.
    创建深度学习模型。
    CreateDlModelDetection创建深度学习模型检测(18.11)
    Create a deep learning network for object detection.
    创建用于对象检测的深度学习网络。
    CreateDlPruning创建深度学习剪枝(20.11)
    Create a pruning data handle.
    创建剪枝数据句柄。
    CreateDrawingObjectCircle创建绘制对象圆
    Create a circle which can be modified interactively.
    创建一个可以交互式修改的圆。
    CreateDrawingObjectCircleSector创建绘制对象圆形扇区
    Create a circle sector which can be modified interactively.
    创建一个可以交互式修改的圆形扇区。
    CreateDrawingObjectEllipse创建绘制对象椭圆
    Create an ellipse which can be modified interactively.
    创建一个可以交互式修改的椭圆。
    CreateDrawingObjectEllipseSector创建绘制对象椭圆扇区
    Create an elliptic sector which can be modified interactively.
    创建一个可以交互修改的椭圆扇区。
    CreateDrawingObjectLine创建绘制对象线
    Create a line which can be modified interactively.
    创建一条可以交互式修改的线。
    CreateDrawingObjectRectangle1创建绘制对象矩形1
    Create a rectangle parallel to the coordinate axis which can be modified interactively.
    创建一个平行于坐标轴的矩形,可以交互式修改。
    CreateDrawingObjectRectangle2创建绘制对象矩形2
    Create a rectangle of any orientation which can be modified interactively.
    创建一个可以交互修改的任意方向的矩形。
    CreateDrawingObjectText创建绘制对象文本
    Create a text object which can be moved interactively.
    创建一个可以交互式移动的文本对象。
    CreateDrawingObjectXld创建绘制对象扩展线描述
    Create a XLD contour which can be modified interactively.
    创建一个可以交互式修改的扩展线描述轮廓。
    CreateEvent创建事件
    Create an event synchronization object.
    创建事件同步对象。
    CreateFunct1dArray创建函数一维数组
    Create a function from a sequence of y values.
    根据y值序列创建函数。
    CreateFunct1dPairs创建函数一维数对
    Create a function from a set of (x,y) pairs.
    从一组(x,y)数对中创建一个函数。
    CreateGenericShapeModel创建通用形状模型(21.05)
    Create a shape model.
    创建形状模型。
    CreateLexicon创建词典
    Create a lexicon from a tuple of words.
    从单词元组创建词典。
    CreateLocalDeformableModel创建局部可变形模型
    Creates a deformable model for local, deformable matching.
    创建可变形模型以进行局部可变形匹配。
    CreateLocalDeformableModelXld创建局部可变形模型扩展线描述
    Prepare a deformable model for local deformable matching from XLD contours.
    准备一个可变形模型,以便从XLD轮廓进行局部可变形匹配。
    CreateMatrix创建矩阵
    Create a matrix.
    创建一个矩阵。
    CreateMemoryBlockExtern创建内存块外部(22.11)
    Create a memory block from an external pointer.
    从外部指针创建内存块。
    回复

    使用道具 举报

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

    本版积分规则

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

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

    GMT+8, 2025-1-24 01:43

    Powered by Discuz! X3.4

    © 2001-2025 Discuz! Team.

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