石鑫华视觉论坛

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

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

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

    连续签到: 8 天

    [LV.Master]2000FPS

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

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

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

    x
    Halcon所有类及类下算子作用索引-HOperatorSet算子集(10)(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算子集(10)
    Class grouping all HALCON operators.
    类分组所有HALCON算子。
    DistancePointPlueckerLine距离点普吕克线(21.11)
    Calculate the distance between a 3D point and a 3D line given by Plücker coordinates.
    计算由Plücker坐标给出的3D点和3D线之间的距离。
    DistancePp距离点点
    Calculate the distance between two points.
    计算两点之间的距离。
    DistancePr距离点区域
    Calculate the distance between a point and a region.
    计算一个点和一个区域之间的距离。
    DistancePs距离点线段
    Calculate the distances between a point and a line segment.
    计算一个点和一条线段之间的距离。
    DistanceRrMin距离区域区域最小
    Minimum distance between the contour pixels of two regions each.
    两个区域的轮廓像素之间的最小距离。
    DistanceRrMinDil距离区域区域最小膨胀
    Minimum distance between two regions with the help of dilation.
    在膨胀的帮助下,两个区域之间的最小距离。
    DistanceSc距离线段轮廓
    Calculate the distance between a line segment and one contour.
    计算一条线段和一个轮廓之间的距离。
    DistanceSl距离线段线
    Calculate the distances between a line segment and a line.
    计算一条线段和一条线之间的距离。
    DistanceSr距离线段区域
    Calculate the distance between a line segment and one region.
    计算一条线段和一个区域之间的距离。
    DistanceSs距离线段线段
    Calculate the distances between two line segments.
    计算两条线段之间的距离。
    DistanceToDisparity距离至视差
    Transform a distance value into a disparity in a rectified stereo system.
    在经过校正的立体系统中将距离值变换为视差。
    DistanceTransform距离变换
    Compute the distance transformation of a region.
    计算区域的距离变换。
    DivElementMatrix除元素矩阵
    Divide matrices element-by-element.
    逐个元素地除矩阵。
    DivElementMatrixMod除元素矩阵模
    Divide matrices element-by-element.
    逐个元素地除矩阵。
    DivImage除图像
    Divide two images.
    除两幅图像。
    DoOcrMulti执行光学字符识别多个
    Classify characters.
    对字符进行分类。
    DoOcrMultiClassCnn执行光学字符识别多个类卷积神经网络
    Classify multiple characters with an CNN-based OCR classifier.
    使用基于CNN的OCR分类器对多个字符进行分类。
    DoOcrMultiClassKnn执行光学字符识别多个类K-最近邻
    Classify multiple characters with an k-NN classifier.
    使用k-NN分类器对多个字符进行分类。
    DoOcrMultiClassMlp执行光学字符识别多个类多层感知机
    Classify multiple characters with an OCR classifier.
    使用OCR分类器对多个字符进行分类。
    DoOcrMultiClassSvm执行光学字符识别多个类支持向量机
    Classify multiple characters with an SVM-based OCR classifier.
    使用基于SVM的OCR分类器对多个字符进行分类。
    DoOcrSingle执行光学字符识别单个
    Classify one character.
    对一个字符进行分类。
    DoOcrSingleClassCnn执行光学字符识别单个类卷积神经网络
    Classify a single character with an CNN-based OCR classifier.
    使用基于CNN的OCR分类器对单个字符进行分类。
    DoOcrSingleClassKnn执行光学字符识别单个类K-最近邻
    Classify a single character with an OCR classifier.
    使用OCR分类器对单个字符进行分类。
    DoOcrSingleClassMlp执行光学字符识别单个类多层感知机
    Classify a single character with an OCR classifier.
    使用OCR分类器对单个字符进行分类。
    DoOcrSingleClassSvm执行光学字符识别单个类支持向量机
    Classify a single character with an SVM-based OCR classifier.
    使用基于SVM的OCR分类器对单个字符进行分类。
    DoOcrWordCnn执行光学字符识别单个类卷积神经网络
    Classify a related group of characters with an CNN-based OCR classifier.
    使用基于CNN的OCR分类器对一组相关字符进行分类。
    DoOcrWordKnn执行光学字符识别单词K-最近邻
    Classify a related group of characters with an OCR classifier.
    使用OCR分类器对一组相关字符进行分类。
    DoOcrWordMlp执行光学字符识别单词多层感知机
    Classify a related group of characters with an OCR classifier.
    使用OCR分类器对一组相关字符进行分类。
    DoOcrWordSvm执行光学字符识别单词支持向量机
    Classify a related group of characters with an OCR classifier.
    使用OCR分类器对一组相关字符进行分类。
    DoOcvSimple执行光学字符验证简单
    Verification of a pattern using an OCV tool.
    使用OCV工具验证模式。
    DotsImage点图像
    Enhance circular dots in an image.
    增强图像中的圆点。
    DragRegion1拖动区域1
    Interactive moving of a region.
    区域的交互式移动。
    DragRegion2拖动区域2
    Interactive movement of a region with fixpoint specification.
    具有定点规范的区域的交互式移动。
    DragRegion3拖动区域3
    Interactive movement of a region with restriction of positions.
    具有位置限制的区域的交互式移动。
    DrawCircle画圆
    Interactive drawing of a circle.
    交互式绘制圆。
    DrawCircleMod画圆模
    Interactive drawing of a circle.
    交互式绘制圆。
    DrawEllipse画椭圆
    Interactive drawing of an ellipse.
    交互式绘制椭圆。
    DrawEllipseMod画椭圆模
    Interactive drawing of an ellipse.
    交互式绘制椭圆。
    DrawLine画线
    Draw a line.
    画一条线。
    DrawLineMod画线模
    Draw a line.
    画一条线。
    DrawNurbs画非均匀有理B样条
    Interactive drawing of a NURBS curve.
    交互式绘制一条非均匀有理B样条NURBS(Non-Uniform Rational B-Splines)曲线。
    DrawNurbsInterp画非均匀有理B样条插值
    Interactive drawing of a NURBS curve using interpolation.
    使用插值交互式绘制NURBS曲线。
    DrawNurbsInterpMod画非均匀有理B样条插值模
    Interactive modification of a NURBS curve using interpolation.
    使用插值交互式修改NURBS曲线。
    DrawNurbsMod画非均匀有理B样条模
    Interactive modification of a NURBS curve.
    交互式修改NURBS曲线。
    DrawPoint画点
    Draw a point.
    画一个点。
    DrawPointMod画点模
    Draw a point.
    画一个点。
    DrawPolygon画多边形
    Interactive drawing of a polygon row.
    交互式绘制多边形行。
    DrawRectangle1画矩形1
    Draw a rectangle parallel to the coordinate axis.
    画一个平行于坐标轴的矩形。
    DrawRectangle1Mod画矩形1模
    Draw a rectangle parallel to the coordinate axis.
    画一个平行于坐标轴的矩形。
    DrawRectangle2画矩形2
    Interactive drawing of any orientated rectangle.
    交互式绘制任何定向矩形。
    DrawRectangle2Mod画矩形2模
    Interactive drawing of any orientated rectangle.
    交互式绘制任何定向矩形。
    DrawRegion画区域
    Interactive drawing of a closed region.
    交互式绘制封闭区域。
    DrawXld画扩展线描述
    Interactive drawing of a contour.
    交互式绘制轮廓。
    DrawXldMod画扩展线描述模
    Interactive modification of a contour.
    交互式绘制轮廓。
    DualQuatCompose对偶四元数组成
    Multiply two dual quaternions.
    乘两个对偶四元数。
    DualQuatConjugate对偶四元数共轭
    Conjugate a dual quaternion.
    共轭对偶四元数。
    DualQuatInterpolate对偶四元数插值
    Interpolate two dual quaternions.
    插值两个对偶四元数。
    DualQuatNormalize对偶四元数归一化
    Normalize a dual quaternion.
    归一化对偶四元数。
    DualQuatToHomMat3d对偶四元数至齐次矩阵三维
    Convert a unit dual quaternion into a homogeneous transformation matrix.
    将单位对偶四元数转换为齐次变换矩阵。
    DualQuatToPose对偶四元数至姿态
    Convert a dual quaternion to a 3D pose.
    将对偶四元数转换为三维姿态。
    DualQuatToScrew对偶四元数至螺旋
    Convert a unit dual quaternion into a screw.
    将单位对偶四元数转换为螺旋。
    DualQuatTransLine3d对偶四元数变换线三维
    Transform a 3D line with a unit dual quaternion.
    使用单位对偶四元数变换3D线。
    DualQuatTransPoint3d对偶四元数变换点三维(22.05)
    Transform a 3D point with a unit dual quaternion.
    使用单位对偶四元数变换3D点。
    DualRank双秩
    Opening, Median and Closing with circle or rectangle mask.
    使用圆形或矩形掩模开、中值和闭。
    DualThreshold双阈值
    Threshold operator for signed images.
    已签名图像的阈值算子。
    DumpWindow转储窗口
    Write the window content to a file.
    将窗口内容写入文件。
    DumpWindowImage转储窗口图像
    Write the window content in an image object.
    将窗口内容写入图像对象中。
    DynThreshold动态阈值
    Segment an image using a local threshold.
    使用局部阈值分割图像。
    Eccentricity离心率
    Shape features derived from the ellipse parameters.
    从椭圆参数导出的形状特征。
    EccentricityPointsXld离心率点扩展线描述
    Anisometry of contours or polygons treated as point clouds.
    被视为点云的轮廓或多边形的各向异性测量。
    EccentricityXld离心率扩展线描述
    Shape features derived from the ellipse parameters of contours or polygons.
    从轮廓或多边形的椭圆参数中导出的形状特征。
    EdgesColor边缘彩色
    Extract color edges using Canny, Deriche, or Shen filters.
    使用Canny、Deriche或Shen滤波器提取彩色边缘。针对的是彩色图像。
    EdgesColorSubPix边缘彩色亚像素
    Extract subpixel precise color edges using Deriche, Shen, or Canny filters.
    使用Deriche、Shen或Canny滤波器提取亚像素精度的彩色边缘。针对的是彩色图像。
    EdgesImage边缘图像
    Extract edges using Deriche, Lanser, Shen, or Canny filters.
    使用Deriche、Lanser、Shen或Canny滤波器提取边缘。
    EdgesObjectModel3d边缘对象模型三维
    Find edges in a 3D object model.
    在三维对象模型中查找边缘。
    EdgesSubPix边缘亚像素
    Extract sub-pixel precise edges using Deriche, Lanser, Shen, or Canny filters.
    使用Deriche、Lanser、Shen或Canny滤波器提取亚像素精度的边缘。
    回复

    使用道具 举报

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

    本版积分规则

    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 00:46

    Powered by Discuz! X3.4

    © 2001-2025 Discuz! Team.

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