这里的类和算子是针对.NET环境的。类和算子是从Halcon 17.12版本开始,名称中未包含数字版本说明的,表示17.12版本中已经包含。名称中有数字说明的,则表示是从数字版本后才增加的。目前已经更新到Halcon 24.11版本。而17.12之前版本中是否包含当前的类和算子,则未做验证。但是从更新历史来看,大部分的类和算子都是包含的,更新版本后,也只是增加一两个新类、几个十来个算子,多数版本可能并未增加新类。增加一个新类相当于增加一个新的功能模块,并不是每个版本都有新功能模块推出的,很多版本只在现有类中增加了几个算子。图像处理发展这么多年,中间增加的功能都比较少,Halcon在引入深度学习后,才多增加了几个类,如深度学习、深度OCR、深度Counting、深度Matching3D等。
《LabVIEW HALCON图像处理入门教程(24.09)》含深度学习,LabVIEW使用NI Vision+Halcon混合编程机器视觉与图像处理入门学习资料
http://visionbbs.com/thread-28124-1-1.html
Index of all Classes and Methods所有类和方法索引
Represents an instance of an image object(-array).
表示图像对象(-数组)的实例。
Overpaint the gray values of an image.
覆盖涂色图像的灰度值。OvepaintGray会改变目标图像,如果不想改变目标图像,则使用PaintGray函数。
Overpaint regions in an image.
覆盖涂色图像中的区域。OverpaintRegion会改变目标图像,如果不想改变目标图像,则使用PaintRegion函数。
Paint the gray values of an image into another image.
将一个图像的灰度值绘制到另一个图像中。
Paint regions into an image.
将区域绘制到图像中。
Paint XLD objects into an image.
将XLD对象绘制到图像中。
Compute the phase correlation of two images in the frequency domain.
在频域中计算两幅图像的相位相关。
Return the phase of a complex image in degrees.
以度为单位返回复杂图像的相位。
Return the phase of a complex image in radians.
以弧度为单位返回复杂图像的相位。
Reconstruct a surface according to the photometric stereo technique.
根据光度立体技术重建表面。
Calculate the deviation of the gray values from the approximating image plane.
计算灰度值与近似图像平面的偏差。
Detect all gray value plateaus.
检测所有灰度值高原。与之相关的则是Lowlands低地。
Detect the centers of all gray value plateaus.
检测所有灰度值高原的中心。
Detect points of interest using the Förstner operator.
使用Förstner算子检测兴趣点。
Detect points of interest using the Harris operator.
使用Harris算子检测兴趣点。
Detect points of interest using the binomial approximation of the Harris operator.
使用Harris算子的二项式近似来检测感兴趣的点。
Detect points of interest using the Lepetit operator.
使用Lepetit算子检测兴趣点。Lepetit算子由Vincent Lepetit文森特·勒佩蒂特提出。
Find corners using the Sojka operator.
使用Sojka运算符查找角点。
Transform an image to polar coordinates
将图像变换为极坐标
Transform an annular arc in an image to polar coordinates.
将图像中的环形弧变换为极坐标。
Transform an image in polar coordinates back to Cartesian coordinates
将极坐标系中的图像变换回笛卡尔坐标系
Segment an image by “pouring water” over it.
通过在图像上“泼水”来分割图像。
Raise an image to a power.
将图像提高到幂。PowImage将输入图像的灰度值提高到幂指数,并将结果存储在图像PowImage中。
Return the power spectrum of a complex image.
返回复数图像的功率谱。
Return the power spectrum of a complex image.
返回复杂图像的功率谱。
Return the power spectrum of a complex image.
返回复数图像的功率谱。
Detect edges (amplitude) using the Prewitt operator.
使用Prewitt算子检测边缘(振幅)。
Detect edges (amplitude and direction) using the Prewitt operator.
使用Prewitt算子检测边缘(振幅和方向)。
Compute the principal components of multichannel images.
计算多通道图像的主成分。
Compute a pose out of a homography describing the relation between world and image coordinates.
根据描述世界坐标和图像坐标之间关系的单应性计算一个姿态。
Compute a projective transformation matrix between two images and the radial distortion coefficient by automatically finding correspondences between points.
通过自动找到点之间的对应关系,计算两幅图像之间的投影变换矩阵和径向失真系数。Ransac:Randomized Search随机搜索算法。
Compute a projective transformation matrix and the radial distortion coefficient between two images by finding correspondences between points based on known approximations of the projective transformation matrix and the radial distortion coefficient.
通过基于投影变换矩阵和径向失真系数的已知近似值找到点之间的对应关系,计算投影变换矩阵以及两幅图像之间的径向失真系数。
Compute a projective transformation matrix between two images by finding correspondences between points.
通过寻找点之间的对应关系来计算两幅图像之间的投影变换矩阵。
Compute a projective transformation matrix between two images by finding correspondences between points based on a known approximation of the projective transformation matrix.
通过基于投影变换矩阵的已知近似值找到点之间的对应关系,计算两幅图像之间的投影变换矩阵。
Apply a projective transformation to an image.
对图像应用投影变换。
Apply a projective transformation to an image and specify the output image size.
对图像应用投影变换并指定输出图像大小。
Perform a radiometric self-calibration of a camera.
对相机进行辐射自标定。
Compute a rank filter with arbitrary masks.
使用任意掩模计算秩滤波。
Return gray values with given rank from multiple channels.
从多个通道返回具有给定秩的灰度值。
Compute a rank filter with rectangular masks.
使用矩形掩码计算秩滤波。
Load a structuring element for gray morphology.
加载灰色形态学的结构元素。
Read an image with different file formats.
读取不同文件格式的图像。
Read metadata from image files.
从图像文件中读取元数据。
Read training characters from files and convert to images.
从文件中读取训练字符并转换为图像。
Read training specific characters from files and convert to images.
从文件中读取训练特定字符并转换为图像。
Read images.
读取图像。
Convert two real images into a complex image.
将两个实数图像转换为复数图像。
Convert two real-valued images into a vector field image.
将两个实值图像转换为向量场图像。
Receive an image over a socket connection.
通过套接字连接接收图像。
Reconstruct a surface from surface gradients.
从表面梯度重建表面。
Reduce the domain of an image to a rectangle.
将图像的域缩小为矩形。
Reduce the domain of an image.
缩小图像的域。
Paint regions with their average gray value.
用平均灰度值涂色区域。
Segment an image using regiongrowing.
使用区域生长对图像进行分割。
Perform a regiongrowing using mean gray values.
使用均值灰度值执行区域生长。
Segment an image using regiongrowing for multi-channel images.
使用区域生长对多通道图像进行分割。
Remove objects from an iconic object tuple.
从图标对象元组中移除对象。
Replaces one or more elements of an iconic object tuple.
替换图标对象元组的一个或多个元素。
Compute the real-valued fast Fourier transform of an image.
计算图像的实值快速傅里叶变换。
Transform an RGB image into a gray scale image.
将RGB图像变换为灰度图像。
Transform an RGB image to a gray scale image.
将RGB图像转换为灰度图像。
Detect edges using the Roberts filter.
使用Roberts滤波器检测边缘。
Detect edges (amplitude) using the Robinson operator.
使用Robinson算子检测边缘(振幅)。
Detect edges (amplitude and direction) using the Robinson operator.
使用Robinson算子检测边缘(振幅和方向)。
Rotate an image about its center.
围绕图像中心旋转图像。
Estimate the background and return the foreground region.
估计背景并返回前景区域。
Subpixel precise detection of saddle points in an image.
图像中鞍点的亚像素精度检测。
Scale the gray values of an image.
缩放图像的灰度值。
Maximum gray value spreading in the value range 0 to 255.
在0到255的值范围内扩展的最大灰度值。
Compute the uncalibrated scene flow between two stereo image pairs.
计算两个立体图像对之间的未标定场景流。
Segment image using Maximally Stable Extremal Regions (MSER).
使用最大稳定极值区域(MSER)分割图像。
Selection of gray values of a multi-channel image using an index image.
使用索引图像选择多通道图像的灰度值。
Select objects from an object tuple.
从对象元组中选择对象。
Send an image over a socket connection.
通过套接字连接发送图像。
Serialize an image object.
序列化图像对象。