石鑫华视觉论坛

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

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

[复制链接]
  • TA的每日心情
    擦汗
    前天 09:24
  • 签到天数: 3446 天

    连续签到: 8 天

    [LV.Master]2000FPS

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

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

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

    x
    Halcon所有类及类下算子作用索引-HOperatorSet算子集(11)(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算子集(11)
    Class grouping all HALCON operators.
    类分组所有HALCON算子。
    EigenvaluesGeneralMatrix特征值通用矩阵
    Compute the eigenvalues and optionally the eigenvectors of a general matrix.
    计算一般矩阵的特征值和可选的特征向量。
    EigenvaluesSymmetricMatrix特征值对称矩阵
    Compute the eigenvalues and optionally eigenvectors of a symmetric matrix.
    计算对称矩阵的特征值和可选的特征向量。
    EliminateMinMax消除最小最大
    Smooth an image in the spatial domain to suppress noise.
    在空间域中平滑图像以抑制噪声。
    EliminateRuns消除游程
    Eliminate runs of a given length.
    消除给定长度的游程。
    EliminateSp消除椒盐
    Replace values outside of thresholds with average value.
    将阈值之外的值替换为平均值。Sp是指椒盐噪声Salt and Pepper noise。
    EllipticAxis椭圆轴
    Calculate the parameters of the equivalent ellipse.
    计算等效椭圆的参数。
    EllipticAxisGray椭圆轴灰度
    Compute the orientation and major axes of a region in a gray value image.
    计算灰度图像中区域的方向和长轴。
    EllipticAxisPointsXld椭圆轴点扩展线描述
    Parameters of the equivalent ellipse of contours or polygons treated as point clouds.
    被视为点云的等值椭圆或多边形的参数。
    EllipticAxisXld椭圆轴扩展线描述
    Parameters of the equivalent ellipse of contours or polygons.
    等值线或多边形椭圆的参数。
    Else其他
    Alternative of conditional statement.
    条件语句的替代项。这个算子属于HDevelop环境的,在.NET环境中没有该算子。
    Elseif其他如果
    Conditional statement with alternative.
    带替代项的条件语句。这个算子属于HDevelop环境的,在.NET环境中没有该算子。
    Emphasize强调
    Enhance contrast of the image.
    增强图像的对比度。
    EncryptSerializedItem加密序列化项(22.11)
    Encrypt a serialized item.
    加密序列化项。
    Endfor结束For循环
    End statement of a for loop.
    for循环的结束语句。这个算子属于HDevelop环境的,在.NET环境中没有该算子。
    Endif结束条件
    End of if command.
    if命令结束。这个算子属于HDevelop环境的,在.NET环境中没有该算子。
    Endswitch结束开关
    Ends a multiway branch block.
    结束一个多路分支块。这个算子属于HDevelop环境的,在.NET环境中没有该算子。
    Endtry结束尝试
    Ends a block where exceptions are handled.
    结束处理异常的块。这个算子属于HDevelop环境的,在.NET环境中没有该算子。
    Endwhile结束While循环
    End statement of a while loop.
    while循环的结束语句。这个算子属于HDevelop环境的,在.NET环境中没有该算子。
    EnergyGabor能量伽柏
    Calculate the energy of a two-channel image.
    计算双通道图像的能量。
    EnqueueMessage入队列消息
    Enqueue one or more messages to the message queue.
    将一条或多条消息排入消息队列。
    EnquireClassBox查询类盒子
    Classify a tuple of attributes.
    对属性元组进行分类。
    EnquireRejectClassBox查询拒绝类盒子
    Classify a tuple of attributes with rejection class.
    使用拒绝类对属性元组进行分类。
    EntropyGray熵灰度
    Determine the entropy and anisotropy of images.
    确定图像的熵和各向异性。
    EntropyImage熵图像
    Calculate the entropy of gray values within a rectangular window.
    计算矩形窗口内灰度值的熵。
    EquHistoImage均衡直方图图像
    Histogram linearization of images
    图像直方图线性化
    EquHistoImageRect均衡直方图图像矩形(22.05)
    Histogram linearization within a rectangluar mask.
    矩形掩模内的直方图线性化。
    Erosion1腐蚀1
    Erode a region.
    腐蚀一个区域。
    Erosion2腐蚀2
    Erode a region (using a reference point).
    腐蚀一个区域(使用参考点)。
    ErosionCircle腐蚀圆
    Erode a region with a circular structuring element.
    用圆形结构元素侵蚀一个区域。
    ErosionGolay腐蚀戈莱
    Erode a region with an element from the Golay alphabet.
    用戈莱字母表中的元素腐蚀一个区域。
    ErosionRectangle1腐蚀矩形1
    Erode a region with a rectangular structuring element.
    用矩形结构元素腐蚀一个区域。
    ErosionSeq腐蚀顺序
    Erode a region sequentially.
    按顺序腐蚀一个区域。
    EssentialToFundamentalMatrix本质至基本矩阵
    Compute the fundamental matrix from an essential matrix.
    从本质矩阵计算基本矩阵。
    EstimateAlAm估计反射率环境光量
    Estimate the albedo of a surface and the amount of ambient light.
    估算表面的反射率和环境光量。
    EstimateNoise估计噪声
    Estimate the image noise from a single image.
    从单个图像中估计图像噪声。
    EstimateSlAlLr估计光源倾斜度和反射率LR
    Estimate the slant of a light source and the albedo of a surface.
    (使用Lee和Rosenfeld算法)估算光源的倾斜度和表面的反射率。
    EstimateSlAlZc估计光源倾斜度和反射率ZC
    Estimate the slant of a light source and the albedo of a surface.
    (使用Zheng和Chellappa算法)估算光源的倾斜度和表面的反射率。
    EstimateTiltLr估计倾斜度LR
    Estimate the tilt of a light source.
    估计光源的倾斜度。
    EstimateTiltZc估计倾斜度ZC
    Estimate the tilt of a light source.
    估计光源的倾斜度。
    EulerNumber欧拉数
    Calculate the Euler number.
    计算欧拉数。
    EvaluateClassGmm评估类高斯混合模型
    Evaluate a feature vector by a Gaussian Mixture Model.
    通过高斯混合模型评估特征向量。
    EvaluateClassMlp评估类多层感知机
    Calculate the evaluation of a feature vector by a multilayer perceptron.
    通过多层感知机计算特征向量的评估值。
    EvaluateClassSvm评估类支持向量机
    Evaluate a feature vector by a support vector machine.
    通过支持向量机评估特征向量。
    ExecutableExpression可执行表达式
    Execute a stand-alone operation.
    执行独立运算。这个算子属于HDevelop环境的,在.NET环境中没有该算子。
    ExhaustiveMatch穷举匹配
    Matching of a template and an image.
    模板和图像的匹配。
    ExhaustiveMatchMg穷举匹配多重网格
    Matching a template and an image in a resolution pyramid.
    在分辨率金字塔中匹配模板和图像。
    Exit退出
    Terminate HDevelop.
    终止HDevelop。这个算子属于HDevelop环境的,在.NET环境中没有该算子。
    ExpImage指数图像
    Calculate the exponentiation of an image.
    计算图像的指数。
    ExpandDomainGray扩大域灰度
    Expand the domain of an image and set the gray values in the expanded domain.
    扩大图像的域,并在扩大的域中设置灰度值。
    ExpandGray扩大灰度
    Fill gaps between regions (depending on gray value or color) or split overlapping regions.
    填充区域之间的间隙(取决于灰度值或颜色)或拆分重叠区域。
    ExpandGrayRef扩大灰度参考
    Fill gaps between regions (depending on gray value or color) or split overlapping regions.
    填充区域之间的间隙(取决于灰度值或颜色)或拆分重叠区域。
    ExpandLine扩大线
    Expand a region starting at a given line.
    从给定线开始扩大区域。
    ExpandRegion扩大区域
    Fill gaps between regions or split overlapping regions.
    填充区域之间的间隙或拆分重叠区域。
    ExportDef导出定义
    Insert arbitrary text into the export code of a procedure.
    在过程的导出代码中插入任意文本。
    FastMatch快速匹配
    Searching all good matches of a template and an image.
    搜索模板和图像的所有匹配项。
    FastMatchMg快速匹配多重网格
    Searching all good gray value matches in a pyramid.
    在金字塔中搜索所有好的灰度值匹配。
    FastThreshold快速阈值
    Fast thresholding of images using global thresholds.
    使用全局阈值对图像进行快速阈值处理。
    FftGeneric快速傅立叶变换通用
    Compute the fast Fourier transform of an image.
    计算图像的快速傅里叶变换。
    FftImage快速傅立叶变换图像
    Compute the fast Fourier transform of an image.
    计算图像的快速傅里叶变换。
    FftImageInv快速傅立叶变换图像逆变换
    Compute the inverse fast Fourier transform of an image.
    计算图像的快速傅里叶逆变换。
    FileExists文件存在
    Check whether file exists.
    检查文件是否存在。
    FillInterlace填充交错
    Interpolate 2 video half images.
    插入2个视频半图像。
    FillUp填充
    Fill up holes in regions.
    填补区域中的孔洞。
    FillUpShape填充形状
    Fill up holes in regions having given shape features.
    填充具有给定形状特征的区域中的孔。
    FilterKalman滤波器卡尔曼
    Estimate the current state of a system with the help of the Kalman filtering.
    借助卡尔曼滤波估计系统的当前状态。
    FindAnisoShapeModel查找各向异性形状模型
    Find the best matches of an anisotropically scaled shape model in an image.
    在图像中找到各向异性缩放形状模型的最佳匹配。
    FindAnisoShapeModels查找各向异性形状模型多个
    Find the best matches of multiple anisotropically scaled shape models.
    找到多个各向异性缩放形状模型的最佳匹配。
    FindBarCode查找条形码
    Detect and read bar code symbols in an image.
    检测并读取图像中的条形码符号。
    FindBox3d查找盒子三维(19.11)
    Find boxes in 3D data.
    在三维数据中查找盒子。
    FindCalibDescriptorModel查找标定描述符模型
    Find the best matches of a calibrated descriptor model in an image and return their 3D pose.
    在图像中找到标定描述符模型的最佳匹配,并返回它们的三维姿态。
    FindCalibObject查找标定对象
    Find the HALCON calibration plate and set the extracted points and contours in a calibration data model.
    找到HALCON标定板,并在标定数据模型中设置提取的点和轮廓。
    FindCaltab查找标定表
    Segment the region of a standard calibration plate with rectangularly arranged marks in the image.
    在图像中用矩形排列的标记分割标准标定板的区域。
    FindComponentModel查找组件模型
    Find the best matches of a component model in an image.
    在图像中查找组件模型的最佳匹配。
    FindDataCode2d查找数据码二维
    Detect and read 2D data code symbols in an image or train the 2D data code model.
    检测并读取图像中的2D数据码符号,或训练2D数据码模型。
    FindDeformableSurfaceModel查找可变形表面模型
    Find the best match of a deformable surface model in a 3D scene.
    在3D场景中找到可变形表面模型的最佳匹配。
    FindGenericShapeModel查找通用形状模型(21.05)
    Find the best matches of one or multiple shape models in an image.
    在图像中查找一个或多个形状模型的最佳匹配。
    FindLocalDeformableModel查找局部可变形模型
    Find the best matches of a local deformable model in an image.
    在图像中找到局部可变形模型的最佳匹配。
    回复

    使用道具 举报

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

    本版积分规则

    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-28 03:11

    Powered by Discuz! X3.4

    © 2001-2025 Discuz! Team.

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