Halcon各版本新增加的算子-H(17.12~24.11版)
这里的算子索引是针对.NET环境的,其他环境的基本类似。索引是从Halcon 17.12版本开始统计,算子名称中未包含数字版本说明的,表示17.12版本中已经包含了该算子。算子名称中有数字说明的,则表示该算子是从数字表示版本才增加的新算子。目前已经更新到Halcon 24.11版本。而17.12之前版本中是否包含当前的算子,则未做验证。但是从更新历史来看,大部分的算子都是包含的,更新版本后,也只是增加少量几个十几二十几个新算子。
《LabVIEW HALCON图像处理入门教程(24.09)》含深度学习,LabVIEW使用NI VISION+Halcon混合编程机器视觉与图像处理入门学习资料
http://visionbbs.com/thread-28124-1-1.html
Index of all Operators所有算子索引
Generate a region having a given Hamming distance.
生成具有给定汉明距离的区域。
Hamming distance between two regions.
两个区域之间的汉明距离。
Hamming distance between two regions using normalization.
使用归一化的两个区域之间的汉明距离。
Perform a hand-eye calibration.
执行手眼标定。
Convert a handle into an integer.
将句柄转换为整数。
Perform a harmonic interpolation on an image region.
对图像区域执行谐波插值。
Compute the width, height, and aspect ratio of the surrounding rectangle parallel to the coordinate axes.
计算平行于坐标轴的周围矩形的宽度、高度和纵横比。
Compute the width, height, and aspect ratio of the enclosing rectangle parallel to the coordinate axes of contours or polygons.
计算平行于轮廓或多边形坐标轴的封闭矩形的宽度、高度和纵横比。
Extract high frequency components from an image.
从图像中提取高频分量。
Calculate the histogram of two-channel gray value images.
计算双通道灰度图像的直方图。
Determine gray value thresholds from a histogram.
根据直方图确定灰度值阈值。
Hit-or-miss operation for regions.
区域的击中击不中算子。
Hit-or-miss operation for regions using the Golay alphabet.
使用Golay字母表的区域的命中或未命中操作。
Hit-or-miss operation for regions using the Golay alphabet (sequential).
使用格雷字母表(顺序)对区域进行命中或未命中操作。
Multiply two homogeneous 2D transformation matrices.
将两个齐次二维变换矩阵相乘。
Compute the determinant of a homogeneous 2D transformation matrix.
计算齐次2D变换矩阵的行列式。
Generate the homogeneous transformation matrix of the identical 2D transformation.
生成相同2D变换的齐次变换矩阵。
Invert a homogeneous 2D transformation matrix.
反转一个齐次2D变换矩阵。
Add a reflection to a homogeneous 2D transformation matrix.
将反射添加到齐次2D变换矩阵中。
Add a reflection to a homogeneous 2D transformation matrix.
将反射添加到齐次2D变换矩阵中。
Add a rotation to a homogeneous 2D transformation matrix.
向齐次2D变换矩阵添加旋转。
Add a rotation to a homogeneous 2D transformation matrix.
向齐次2D变换矩阵添加旋转。
Add a scaling to a homogeneous 2D transformation matrix.
为齐次2D变换矩阵添加缩放。
Add a scaling to a homogeneous 2D transformation matrix.
为齐次2D变换矩阵添加缩放。
Add a slant to a homogeneous 2D transformation matrix.
向齐次2D变换矩阵添加倾斜。
Add a slant to a homogeneous 2D transformation matrix.
向齐次2D变换矩阵添加倾斜。
Compute the affine transformation parameters from a homogeneous 2D transformation matrix.
从齐次2D变换矩阵计算仿射变换参数。
Add a translation to a homogeneous 2D transformation matrix.
将平移添加到齐次2D变换矩阵中。
Add a translation to a homogeneous 2D transformation matrix.
将平移添加到齐次2D变换矩阵中。
Transpose a homogeneous 2D transformation matrix.
转置一个齐次二维变换矩阵。
Multiply two homogeneous 3D transformation matrices.
将两个齐次3D变换矩阵相乘。
Compute the determinant of a homogeneous 3D transformation matrix.
计算齐次3D变换矩阵的行列式。
Generate the homogeneous transformation matrix of the identical 3D transformation.
生成相同3D变换的齐次变换矩阵。
Invert a homogeneous 3D transformation matrix.
反转一个齐次3D变换矩阵。
Project an affine 3D transformation matrix to a 2D projective transformation matrix.
将仿射3D变换矩阵投影到2D投影变换矩阵。
Add a rotation to a homogeneous 3D transformation matrix.
向齐次3D变换矩阵添加旋转。
Add a rotation to a homogeneous 3D transformation matrix.
向齐次3D变换矩阵添加旋转。
Add a scaling to a homogeneous 3D transformation matrix.
为齐次3D变换矩阵添加缩放。
Add a scaling to a homogeneous 3D transformation matrix.
为齐次3D变换矩阵添加缩放。
Convert a homogeneous transformation matrix into a 3D pose.
将齐次变换矩阵转换为3D姿态。
Add a translation to a homogeneous 3D transformation matrix.
将平移添加到齐次3D变换矩阵中。
Add a translation to a homogeneous 3D transformation matrix.
将平移添加到齐次3D变换矩阵中。
Transpose a homogeneous 3D transformation matrix.
转置一个齐次3D变换矩阵。
Compute a homogeneous transformation matrix using given point correspondences.
使用给定的点对应关系计算齐次变换矩阵。
Return the Hough-Transform for circles with a given radius.
返回具有给定半径的圆的霍夫变换。
Detect centers of circles for a specific radius using the Hough transform.
使用霍夫变换检测特定半径的圆心。
Produce the Hough transform for lines within regions.
为区域内的线生成霍夫变换。
Compute the Hough transform for lines using local gradient direction.
使用局部梯度方向计算直线的霍夫变换。
Detect lines in edge images with the help of the Hough transform and returns it in HNF.
在霍夫变换的帮助下检测边缘图像中的线,并以HNF格式返回。
Detect lines in edge images with the help of the Hough transform using local gradient direction and return them in normal form.
在霍夫变换的帮助下,使用局部梯度方向检测边缘图像中的线,并以正常形式返回。
Perform a hysteresis threshold operation on an image.
对图像执行滞后阈值运算。