Halcon各版本新增加的算子-C1(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所有算子索引
Determine all camera parameters by a simultaneous minimization process.
通过同时最小化过程确定所有相机参数。
Perform a hand-eye calibration.
执行手眼标定。
Calibrate a sheet-of-light setup with a 3D calibration object.
使用三维标定对象标定激光三角测量设置。
Read the mark center points from the calibration plate description file.
从标定板描述文件中读取标记中心点。
Compute the internal camera parameters from a camera matrix.
根据相机矩阵计算内部相机参数。
Convert internal camera parameters and a 3D pose into a 3×4 projection matrix.
将内部相机参数和三维姿态转换至3×4投影矩阵。
Compute a camera matrix from internal camera parameters.
根据内部相机参数计算相机矩阵。
Determine all camera parameters by a simultaneous minimization process.
通过同时最小化过程确定所有相机参数。
Convert a single-channel color filter array image into an RGB image.
将单通道颜色滤波阵列CFA(Color Filter Array)图像转换为RGB图像。
Change definition domain of an image.
更改图像的定义域。
Change image size.
更改图像大小。这里的函数名称是更改格式,实际上的作用是更改大小,为什么不直接将函数名称叫为更改大小?因为图像格式更多的可以理解成png/jpg等图像类型,或者是byte/int2/uint2等位深类型。当然,byte/int2/uint2等在Halcon中则描述为Type。
Determine new camera parameters in accordance to the specified radial distortion.
根据指定的径向畸变确定新的相机参数。
Change the radial distortion of contours.
更改轮廓的径向畸变。
Change the radial distortion of an image.
更改图像的径向畸变。
Change the radial distortion of pixel coordinates.
更改像素坐标的径向畸变。
Convert one-channel images into a multi-channel image
将单通道图像转换为多通道图像
Perform a threshold segmentation for extracting characters.
执行阈值分割以提取字符。
Compare two images pixel by pixel.
逐像素比较两幅图像。
Shape factor for the circularity (similarity to a circle) of a region.
区域圆形度(与圆的相似性)的形状因子。
Shape factor for the circularity (similarity to a circle) of contours or polygons.
轮廓或多边形的圆形度(与圆的相似性)的形状因子。
Segment an image using two-dimensional pixel classification.
使用二维像素分类对图像进行分割。2dim是二维,Sup可能是Segment using pixel的首字母?
Segment two images by clustering.
通过聚类对两幅图像进行分割。Halcon的有些函数名称取的真的是比较无语,精简又不是精简,取单字母又不是首字母。这里的Unsup应该是un Segment using pixel,不使用像素分割,那就是使用聚类分割?
Classify pixels using hyper-cuboids.
使用超长方体对像素进行分类。
Classify pixels using hyper-spheres or hyper-cubes.
使用超球体或超立方体对像素进行分类。
Calculate the class of a feature vector by a Gaussian Mixture Model.
通过高斯混合模型计算特征向量的类。
Search for the next neighbors for a given feature vector.
搜索给定特征向量的下一个邻居。
Calculate the class of a feature vector by a multilayer perceptron.
通过多层感知机计算特征向量的类。
Classify a feature vector by a support vector machine.
通过支持向量机对特征向量进行分类。
Classify an image with a Gaussian Mixture Model.
使用高斯混合模型对图像进行分类。
Classify an image with a k-Nearest-Neighbor classifier.
使用k-最近邻分类器对图像进行分类。
Classify a byte image using a look-up table.
使用查找表对字节图像进行分类。
Classify an image with a multilayer perceptron.
用多层感知机对图像进行分类。
Classify an image with a support vector machine.
使用支持向量机对图像进行分类。
This operator is inoperable. It had the following function: Delete all bar code models and free the allocated memory.
该算子无法操作。它具有以下功能:删除所有条形码模型并释放分配的内存。
This operator is inoperable. It had the following function: Destroy all barrier synchronization objects.
该算子无法操作。它具有以下功能:销毁所有屏障同步对象。
Free the memory of all calibration data models.
释放所有标定数据模型的内存。
Free the memory of all camera setup models.
释放所有相机设置模型的内存。
This operator is inoperable. It had the following function: Clear all Gaussian Mixture Models.
该算子无法操作。它具有以下功能:清除所有高斯混合模型。
This operator is inoperable. It had the following function: Clear all k-NN classifiers.
该算子无法操作。它具有以下功能:清除所有k-最近邻分类器。
This operator is inoperable. It had the following function: Clear all look-up table classifiers.
该算子无法操作。它具有以下功能:清除所有查找表分类器。
This operator is inoperable. It had the following function: Clear all multilayer perceptrons.
该算子无法操作。它具有以下功能:清除所有多层感知机。
This operator is inoperable. It had the following function: Clear all support vector machines.
该算子无法操作。它具有以下功能:清除所有支持向量机。
This operator is inoperable. It had the following function: Clear all training data for classifiers.
该算子无法操作。它具有以下功能:清除分类器的所有训练数据。
This operator is inoperable. It had the following function: Delete all look-up-tables of the color space transformation.
该算子无法操作。它具有以下功能:删除颜色空间变换的所有查找表。
This operator is inoperable. It had the following function: Free the memory of all component models.
该算子无法操作。它具有以下功能:释放所有组件模型的内存。
This operator is inoperable. It had the following function: Destroy all condition synchronization objects.
该算子无法操作。它具有以下功能:销毁所有条件同步对象。
This operator is inoperable. It had the following function: Delete all 2D data code models and free the allocated memory.
该算子无法操作。它具有以下功能:删除所有二维数据码模型并释放分配的内存。
This operator is inoperable. It had the following function: Free the memory of all deformable models.
该算子无法操作。它具有以下功能:释放所有可变形模型的内存。
This operator is inoperable. It had the following function: Free the memory of all descriptor models in RAM.
该算子无法操作。它具有以下功能:释放随机存取存储器中所有描述符模型的内存。
This operator is inoperable. It had the following function: Clear all event synchronization objects.
该算子无法操作。它具有以下功能:清除所有事件同步对象。
This operator is inoperable. It had the following function: Clear all lexica.
该算子无法操作。它具有以下功能:清除所有词典。
This operator is inoperable. It had the following function: Clear all matrices from memory.
该算子无法操作。它具有以下功能:从内存中清除所有矩阵。
This operator is inoperable. It had the following function: Delete all metrology models and free the allocated memory.
该算子无法操作。它具有以下功能:删除所有计量模型并释放分配的内存。
This operator is inoperable. It had the following function: Clear all mutex synchronization objects.
该算子无法操作。它具有以下功能:清除所有互斥同步对象。
This operator is inoperable. It had the following function: Free the memory of all NCC models.
该算子无法操作。它具有以下功能:释放所有归一化互相关NCC(Normalized cross-correlation)模型的内存。
This operator is inoperable. It had the following function: Free the memory of all 3D object models.
该算子无法操作。它具有以下功能:释放所有三维对象模型的内存。
This operator is inoperable. It had the following function: Clear all OCR classifiers.
该算子无法操作。它具有以下功能:清除所有光学字符识别OCR(Optical Character Recognition)分类器。
This operator is inoperable. It had the following function: Clear all OCR classifiers.
该算子无法操作。它具有以下功能:清除所有光学字符识别分类器。
This operator is inoperable. It had the following function: Clear all SVM based OCR classifiers.
该算子无法操作。它具有以下功能:清除所有基于支持向量机的光学字符识别分类器。
This operator is inoperable. It had the following function: Free the memory of all sample identifiers.
该算子无法操作。它具有以下功能:释放所有样本标识符的内存。
This operator is inoperable. It had the following function: Clear all scattered data interpolators.
该算子无法操作。它具有以下功能:清除所有散乱数据插值器。
This operator is inoperable. It had the following function: Delete all current existing serialized items.
该算子无法操作。它具有以下功能:删除所有当前存在的序列化项。
This operator is inoperable. It had the following function: Free the memory of all 3D shape models.
该算子无法操作。它具有以下功能:释放所有三维形状模型的内存。
This operator is inoperable. It had the following function: Free the memory of all shape models.
该算子无法操作。它具有以下功能:释放所有形状模型的内存。
This operator is inoperable. It had the following function: Delete all sheet-of-light models and free the allocated memory.
该算子无法操作。它具有以下功能:删除所有灯光模型并释放分配的内存。
This operator is inoperable. It had the following function: Free the memory of all stereo models.
该算子无法操作。它具有以下功能:释放所有立体模型的内存。
This operator is inoperable. It had the following function: Free the memory of all surface matching results.
该算子无法操作。它具有以下功能:释放所有表面匹配结果的内存。
This operator is inoperable. It had the following function: Free the memory of all surface models.
该算子无法操作。它具有以下功能:释放所有表面模型的内存。
This operator is inoperable. It had the following function: Deallocation of the memory of all templates.
该算子无法操作。它具有以下功能:取消所有模板的内存分配。
This operator is inoperable. It had the following function: Clear all text models.
该算子无法操作。它具有以下功能:清除所有文本模型。
This operator is inoperable. It had the following function: Clear all text results.
该算子无法操作。它具有以下功能:清除所有文本结果。