这里的类和算子是针对.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所有类和方法索引
Class grouping all HALCON operators.
类分组所有HALCON算子。
Return the number of support vectors of an OCR classifier.
返回OCR分类器的支持向量数量。
Return the index of a support vector from a trained OCR classifier that is based on support vector machines.
从基于支持向量机的训练好的OCR分类器中返回支持向量的索引。
Get details of a result from surface based matching.
从基于表面的匹配中获取结果的详细信息。
Return the parameters and properties of a surface model.
返回表面模型的参数和属性。
Get current value of HALCON system parameters.
获取HALCON系统参数的当前值。
Get current value of system information without requiring a license.
无需许可证即可获取系统信息的当前值。
Read out the system time.
读取系统时间。
Query parameters of a text model.
查询文本模型的参数。
Query an iconic value of a text segmentation result.
查询文本分割结果的图标值。
Query a control value of a text segmentation result.
查询文本分割结果的控制值。
Get the training images contained in a texture inspection model.
获取纹理检查模型中包含的训练图像。
Query parameters of a texture inspection model.
查询纹理检查模型的参数。
Query iconic results of a texture inspection.
查询纹理检查的图标结果。
Query the attributes of a threading / synchronization object.
查询线程/同步对象的属性。
Return the threshold images used for image comparison by a variation model.
返回用于变体模型图像比较的阈值图像。
Get cursor position.
获取光标位置。
Return the initial or model components in a certain image.
返回某个图像中的初始或模型组件。
Get the shape of the text cursor.
获取文本光标的形状。
Return one ore more elements of a matrix.
返回矩阵的一个或多个元素。
Return the images used for image comparison by a variation model.
返回用于通过变体模型进行图像比较的图像。
Get window characteristics.
获取窗口特性。
Gets a copy of the background image of the HALCON window.
获取HALCON窗口背景图像的副本。
Information about a window's size and position.
有关窗口大小和位置的信息。
Get window parameters.
获取窗口参数。
Access to a window's pixel data.
访问窗口的像素数据。
Get the window type.
获取窗口类型。
Return the value of a function at an arbitrary position.
返回函数在任意位置的值。
Return the estimated background image.
返回估计的背景图像。
Declare a global variable.
声明一个全局变量。这个算子属于HDevelop环境的,在.NET环境中没有该算子。
Close all open gnuplot files or terminate an active gnuplot sub-process.
关闭所有打开的gnuplot文件或终止活动gnuplot子进程。仅在23.11版之前的版本中存在,24.05版后没有该类。
Open a gnuplot file for visualization of images and control values.
打开gnuplot文件以可视化图像和控件值。仅在23.11版之前的版本中存在,24.05版后没有该类。
Open a pipe to a gnuplot process for visualization of images and control values.
打开一个指向gnuplot进程的管道,以可视化图像和控制值。仅在23.11版之前的版本中存在,24.05版后没有该类。
Plot control values using gnuplot.
使用gnuplot绘制控制值。仅在23.11版之前的版本中存在,24.05版后没有该类。
Plot a function using gnuplot.
使用gnuplot绘制函数。仅在23.11版之前的版本中存在,24.05版后没有该类。
Visualize images using gnuplot.
使用gnuplot可视化图像。仅在23.11版之前的版本中存在,24.05版后没有该类。
Generate the structuring elements of the Golay alphabet.
生成戈莱字母表的结构元素。
Synchronous grab of images and preprocessed image data from the specified image acquisition device.
从指定的图像采集设备同步抓取图像和预处理图像数据。
Asynchronous grab of images and preprocessed image data from the specified image acquisition device.
从指定的图像采集设备异步抓取图像和预处理图像数据。
Synchronous grab of an image from the specified image acquisition device.
从指定的图像采集设备同步抓取图像。
Asynchronous grab of an image from the specified image acquisition device.
从指定的图像采集设备异步抓取图像。
Start an asynchronous grab from the specified image acquisition device.
从指定的图像采集设备启动异步抓取。
Perform a gray value bottom hat transformation on an image.
对图像执行灰度值底帽变换。
Perform a gray value closing on an image.
对图像执行灰度值闭。
Perform a gray value closing with a rectangular mask.
使用矩形掩模执行灰度值闭。
Perform a gray value closing with a selected mask.
使用选定的掩模执行灰度值闭。
Perform a gray value dilation on an image.
对图像执行灰度值膨胀。
Determine the maximum gray value within a rectangle.
确定矩形内的最大灰度值。
Determine the maximum gray value within a selected mask.
确定选定掩模内的最大灰度值。
Perform a gray value erosion on an image.
对图像执行灰度值腐蚀。
Determine the minimum gray value within a rectangle.
确定矩形内的最小灰度值。
Determine the minimum gray value within a selected mask.
确定选定蒙版内的最小灰度值。
Calculates gray value features for a set of regions.
计算一组区域的灰度值特征。
Calculate the gray value distribution.
计算灰度值分布。
Calculate the gray value distribution.
计算灰度值分布。
Calculate the gray value distribution of a single channel image within a certain gray value range.
计算单通道图像在一定灰度值范围内的灰度值分布。
Calculate the lowest possible gray value on an arbitrary path to the image border for each point in the image.
为图像中的每个点计算到图像边界的任意路径上的最低可能灰度值。
Perform a gray value opening on an image.
对图像执行灰度值打开。
Perform a gray value opening with a rectangular mask.
使用矩形掩模执行灰度值开。
Perform a gray value opening with a selected mask.
使用选定的掩模执行灰度值打。
Calculate horizontal and vertical gray-value projections.
计算水平和垂直灰度值投影。
Determine the gray value range within a rectangle.
确定矩形内的灰度值范围。
Thinning of gray value images.
灰度值图像的细化。
Perform a gray value top hat transformation on an image.
对图像执行灰度值顶帽变换。
Guided filtering of an image.
图像的导向滤波。
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.
计算双通道灰度图像的直方图。