石鑫华视觉论坛

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

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

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

    连续签到: 13 天

    [LV.Master]2000FPS

     楼主| 发表于 2024-12-6 09:52:59 | 显示全部楼层 |阅读模式 来自:广东省东莞市 电信

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

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

    x
    Halcon所有算子及算子作用索引-A(19.11版和以后版本)
    这里的算子索引是针对.NET环境的,其他环境的基本类似。​索引是从19.11版本开始,算子名称中未包含数字版本说明的,则是表示19.11版本中已经包含了该算子。算子名称中有数字说明的,则表示该算子是从数字表示版本才增加的新算子。目前已经更新到Halcon 24.11版本。而19.11之前版本中是否包含当前的算子,则未做验证。但是从更新历史来看,大部分的算子都是包含的,更新版本后,也只是增加少量几个十来个新算子。
    image1.png
    《LabVIEW HALCON图像处理入门教程(24.09)》含深度学习,LabVIEW使用NI VISION+Halcon混合编程机器视觉与图像处理入门学习资料
    Index of all Operators所有算子索引
    A
    AbsDiffImage绝对差图像
    Calculate the absolute difference of twoimages.
    计算两幅图像的绝对差值。
    AbsFunct1d绝对函数一维
    Absolute value of the y values.
    y值的绝对值。
    AbsImage绝对图像
    Calculate the absolute value (modulus) ofan image.
    计算图像的绝对值(模数)。
    AbsMatrix绝对矩阵
    Compute the absolute values of the elementsof a matrix.
    计算矩阵元素的绝对值。
    AbsMatrixMod绝对矩阵模数
    Compute the absolute values of the elementsof a matrix.
    计算矩阵元素的绝对值。
    AccessChannel访问通道
    Access a channel of a multi-channel image.
    访问多通道图像的通道。
    AcosImage反余弦图像
    Calculate the arccosine of an image.
    计算图像的反余弦。
    ActivateComputeDevice激活计算设备
    Activate a compute device.
    激活计算设备。
    AdaptShapeModelHighNoise调整形状模型高噪声(20.11)
    Adapt a shape model's parameters for highnoise images.
    针对高噪声图像调整形状模型的参数。
    AdaptTemplate调整模板
    Adapting a template to the size of animage.
    使模板适应图像的大小。
    AddChannels添加通道
    Add gray values to regions.
    为区域添加灰度值。
    AddClassTrainDataGmm添加类训练数据高斯混合模型
    Add training data to a Gaussian MixtureModel (GMM).
    将训练数据添加到高斯混合模型(GMM)中。
    AddClassTrainDataKnn添加类训练数据K-最近邻
    Add training data to a k-nearest neighbors(k-NN) classifier.
    将训练数据添加到k-最近邻(k-NN)分类器中。
    AddClassTrainDataMlp添加类训练数据多层感知机
    Add training data to a multilayerperceptron (MLP).
    将训练数据添加到多层感知机(MLP)中。
    AddClassTrainDataSvm添加类训练数据支持向量机
    Add training data to a support vectormachine (SVM).
    将训练数据添加到支持向量机(SVM)中。
    AddDeformableSurfaceModelReferencePoint添加可变形曲面模型参考点
    Add a reference point to a deformablesurface model.
    将参考点添加到可变形曲面模型。
    AddDeformableSurfaceModelSample添加可变形曲面模型样本
    Add a sample deformation to a deformablesurface model.
    将样本变形添加到可变形曲面模型。
    AddDlPruningBatch添加深度学习剪枝批次(20.11)
    Calculate scores to prune a deep learningmodel.
    计算分数以修剪深度学习模型。
    AddImage加图像
    Add two images.
    加两幅图像。
    AddMatrix加矩阵
    Add two matrices.
    加两个矩阵。
    AddImageBorder添加图像边框(23.05)
    Add a border to an image.
    为图像添加边框。
    AddMatrixMod加矩阵模数
    Add two matrices.
    加两个矩阵。
    AddMetrologyObjectCircleMeasure添加计量对象圆测量
    Add a circle or a circular arc to ametrology model.
    将圆或圆弧添加到计量模型中。
    AddMetrologyObjectEllipseMeasure添加计量对象椭圆测量
    Add an ellipse or an elliptic arc to ametrology model.
    将椭圆或椭圆弧添加到计量模型中。
    AddMetrologyObjectGeneric添加计量对象通用
    Add a metrology object to a metrologymodel.
    将计量对象添加到计量模型中。
    AddMetrologyObjectLineMeasure添加计量对象线测量
    Add a line to a metrology model.
    在计量模型中添加一条线。
    AddMetrologyObjectRectangle2Measure添加计量对象矩形2测量
    Add a rectangle to a metrology model.
    将矩形添加到计量模型中。
    AddNoiseDistribution添加噪声分布
    Add noise to an image.
    为图像添加噪声。
    AddNoiseWhite添加白噪声
    Add noise to an image.
    为图像添加噪声。
    AddNoiseWhiteContourXld添加白噪声轮廓扩展线描述
    Add noise to XLD contours.
    为扩展线描述(XLD)轮廓添加噪声。
    AddSampleClassGmm添加样本类高斯混合模型
    Add a training sample to the training dataof a Gaussian Mixture Model.
    将训练样本添加到高斯混合模型的训练数据中。
    AddSampleClassKnn添加样本类K-最近邻
    Add a sample to a k-nearest neighbors(k-NN) classifier.
    将样本添加到k-最近邻(k-NN)分类器中。
    AddSampleClassMlp添加样本类多层感知机
    Add a training sample to the training dataof a multilayer perceptron.
    将训练样本添加到多层感知机的训练数据中。
    AddSampleClassSvm添加样本类支持向量机
    Add a training sample to the training dataof a support vector machine.
    将训练样本添加到支持向量机的训练数据中。
    AddSampleClassTrainData添加样本类训练数据
    Add a training sample to training data.
    将训练样本添加到训练数据中。
    AddSampleIdentifierPreparationData添加样本标识符准备数据
    Add preparation data to an existing sampleidentifier.
    将准备数据添加到现有的样本标识符中。
    AddSampleIdentifierTrainingData添加样本标识符训练数据
    Add training data to an existing sampleidentifier.
    将训练数据添加到现有的样本标识符中。
    AddSamplesImageClassGmm添加样本图像类高斯混合模型
    Add training samples from an image to thetraining data of a Gaussian Mixture Model.
    将图像中的训练样本添加到高斯混合模型的训练数据中。
    AddSamplesImageClassKnn添加样本图像类K-最近邻
    Add training samples from an image to thetraining data of a k-Nearest-Neighbor classifier.
    将图像中的训练样本添加到k-最近邻(K-NN)分类器的训练数据中。
    AddSamplesImageClassMlp添加样本图像类多层感知机
    Add training samples from an image to thetraining data of a multilayer perceptron.
    将图像中的训练样本添加到多层感知机的训练数据中。
    AddSamplesImageClassSvm添加样本图像类支持向量机
    Add training samples from an image to thetraining data of a support vector machine.
    将图像中的训练样本添加到支持向量机的训练数据中。
    AddScene3dCamera添加场景三维相机
    Add a camera to a 3D scene.
    将相机添加到三维场景中。
    AddScene3dInstance添加场景三维实例
    Add an instance of a 3D object model to a3D scene.
    将三维对象模型的实例添加到三维场景中。
    AddScene3dLabel添加场景三维标签
    Add a text label to a 3D scene.
    向三维场景添加文本标签。
    AddScene3dLight添加场景三维光源
    Add a light source to a 3D scene.
    将光源添加到3D场景中。
    AddTextureInspectionModelImage添加纹理检查模型图像
    Add training images to the textureinspection model.
    将训练图像添加到纹理检查模型中。
    AdjustMosaicImages调整拼接图像
    Apply an automatic color correction topanorama images.
    对全景图像应用自动颜色校正。
    AffineTransContourXld仿射变换轮廓扩展线描述
    Apply an arbitrary affine 2D transformationto XLD contours.
    对扩展线描述轮廓应用任意仿射二维变换。
    AffineTransImage仿射变换图像
    Apply an arbitrary affine 2D transformationto images.
    对图像应用任意仿射二维变换。
    AffineTransImageSize仿射变换图像大小
    Apply an arbitrary affine 2D transformationto an image and specify the output image size.
    对图像应用任意仿射二维变换,并指定输出图像大小。
    AffineTransObjectModel3d仿射变换对象模型三维
    Apply an arbitrary affine 3D transformationto 3D object models.
    对三维对象模型应用任意仿射三维变换。
    AffineTransPixel
    AffineTransPixel
    Apply an arbitrary affine 2D transformationto pixel coordinates.
    对像素坐标应用任意仿射2D变换。
    AffineTransPoint2d仿射变换点二维
    Apply an arbitrary affine 2D transformationto points.
    对点应用任意仿射二维变换。
    AffineTransPoint3d仿射变换点三维
    Apply an arbitrary affine 3D transformationto points.
    对点应用任意仿射3D变换。
    AffineTransPolygonXld仿射变换多边形扩展线描述
    Apply an arbitrary affine transformation toXLD polygons.
    对扩展线描述多边形应用任意仿射变换。
    AffineTransRegion仿射变换区域
    Apply an arbitrary affine 2D transformationto regions.
    对区域应用任意仿射二维变换。
    AlignMetrologyModel对齐计量模型
    Alignment of a metrology model.
    计量模型的对齐。
    AngleLl角度线
    Calculate the angle between two lines.
    计算两条线之间的角度。
    AngleLx角度线水平
    Calculate the angle between one line andthe horizontal axis.
    计算一条线与水平轴之间的角度。
    AnisotropicDiffusion各向异性扩散
    Perform an anisotropic diffusion of animage.
    对图像进行各向异性扩散。
    AppendChannel附加通道
    Append additional matrices (channels) tothe image.
    将其他矩阵(通道)附加到图像。
    AppendOcrTrainf附加光学字符识别训练文件
    Add characters to a training file.
    将字符添加到训练文件中。
    ApplyBeadInspectionModel应用胶条检查模型
    Inspect beads in an image, as defined bythe bead inspection model.
    根据胶条检查模型的定义,在图像中检查胶条。
    ApplyColorTransLut应用颜色转换查找表
    Color space transformation usingpre-generated look-up-table.
    使用预生成的查找表进行颜色空间转换。
    ApplyDeepCountingModel应用深度计数模型(23.05)
    Apply a Deep Counting model on a set ofimages for inference.
    对一组图像应用深度计数模型进行推理。
    ApplyDeepMatching3d应用深度匹配三维(24.11)
    Find the pose of objects using Deep 3DMatching.
    使用深度三维匹配查找对象的姿态。
    ApplyDeepOcr应用深度光学字符识别(20.11)
    Apply a Deep OCR model on a set of imagesfor inference.
    在一组图像上应用深度光学字符识别模型进行推理。
    ApplyDistanceTransformXld应用距离转换扩展线描述
    Determine the pointwise distance of twocontours using an XLD distance transform.
    使用扩展线描述距离变换确定两个轮廓的逐点距离。
    ApplyDlClassifier应用深度学习分类器
    Infer the class affiliations for a set ofimages using a deep-learning-based classifier.
    使用基于深度学习的分类器推断一组图像的类关系。
    ApplyDlModel应用深度学习模型
    Apply a deep-learning-based network on aset of images for inference.
    在一组图像上应用基于深度学习的网络进行推理。
    ApplyMetrologyModel应用计量模型
    Measure and fit the geometric shapes of allmetrology objects of a metrology model.
    测量并拟合计量模型中所有计量对象的几何形状。
    ApplySampleIdentifier应用样本标识符
    Identify objects with a sample identifier.
    使用样本标识符标识对象。
    ApplySheetOfLightCalibration应用激活三角测量标定
    Apply the calibration transformations tothe input disparity image.
    将标定变换应用于输入视差图像。
    ApplyTextureInspectionModel应用纹理检查模型
    Inspection of the texture within an image.
    检查图像中的纹理。
    ApproxChain近似链
    Approximate a contour by arcs and lines.
    用圆弧和线近似轮廓。
    ApproxChainSimple近似链简单
    Approximate a contour by arcs and lines.
    用圆弧和线近似轮廓。
    AreaCenter面积中心
    Area and center of regions.
    面积和区域中心。
    AreaCenterGray面积中心灰度
    Compute the area and center of gravity of aregion in a gray value image.
    计算灰度图像中某个区域的面积和重心。
    AreaCenterPointsXld面积中心点扩展线描述
    Area and center of gravity (centroid) ofcontours and polygons treated as point clouds.
    被视为点云的轮廓和多边形的面积和重心(质心)。
    AreaCenterXld面积中心扩展线描述
    Area and center of gravity (centroid) ofcontours and polygons.
    轮廓和多边形的面积和重心(质心)。
    AreaHoles面积孔
    Compute the area of holes of regions.
    计算区域的孔面积。
    AreaIntersectionRectangle2面积相交矩形2
    Calculate the intersection area of orientedrectangles.
    计算定向矩形的相交面积。
    AreaObjectModel3d面积对象模型三维
    Calculate the area of all faces of a 3Dobject model.
    计算三维对象模型所有面的面积。
    AsinImage反正弦图像
    Calculate the arcsine of an image.
    计算图像的反正弦。
    Atan2Image反正切2图像
    Calculate the arctangent of two images.
    计算两幅图像的反正切。
    AtanImage反正切图像
    Calculate the arctangent of an image.
    计算图像的反正切。
    AttachBackgroundToWindow附加背景到窗口
    Attach a background image to a HALCONwindow.
    将背景图像附加到HALCON窗口。
    AttachDrawingObjectToWindow附加绘图对象到窗口
    Attach an existing drawing object to a HALCONwindow.
    将现有绘图对象附加到HALCON窗口。
    AutoThreshold自动阈值
    Segment an image using thresholdsdetermined from its histogram.
    使用从直方图确定的阈值对图像进行分割。
    AxisAngleToQuat轴角度至四元数
    Create a rotation quaternion.
    创建旋转四元数。

    回复

    使用道具 举报

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

    本版积分规则

    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:02

    Powered by Discuz! X3.4

    © 2001-2024 Discuz! Team.

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