石鑫华视觉 手机微信QQ:13450001061

图像编程

Halcon所有算子及算子作用索引-C(19.11版和以后版本)

文章来源:石鑫华视觉网时间:2024-12-10 10:05:24 点击:86

Halcon所有算子及算子作用索引-C(19.11版和以后版本)

这里的算子索引是针对.NET环境的,其他环境的基本类似。索引是从19.11版本开始,算子名称中未包含数字版本说明的,则是表示19.11版本中已经包含了该算子。算子名称中有数字说明的,则表示该算子是从数字表示版本才增加的新算子。目前已经更新到Halcon 24.11版本。而19.11之前版本中是否包含当前的算子,则未做验证。但是从更新历史来看,大部分的算子都是包含的,更新版本后,也只是增加少量几个十来个新算子。

《LabVIEW HALCON图像处理入门教程(24.09)》含深度学习,LabVIEW使用NI VISION+Halcon混合编程机器视觉与图像处理入门学习资料

http://visionbbs.com/thread-28124-1-1.html

Index of all Operators所有算子索引

C

CalibrateCameras标定相机

Determine all camera parameters by a simultaneous minimization process.

通过同时最小化过程确定所有相机参数。

CalibrateHandEye标定手眼

Perform a hand-eye calibration.

执行手眼标定。

CalibrateSheetOfLight标定激光三角测量

Calibrate a sheet-of-light setup with a 3D calibration object.

使用三维标定对象标定激光三角测量设置。

CaltabPoints标定表点

Read the mark center points from the calibration plate description file.

从标定板描述文件中读取标记中心点。

CamMatToCamPar相机矩阵至相机参数

Compute the internal camera parameters from a camera matrix.

根据相机矩阵计算内部相机参数。

CamParPoseToHomMat3d相机参数姿态至齐次矩阵三维

Convert internal camera parameters and a 3D pose into a 3×4 projection matrix.

将内部相机参数和三维姿态转换至3×4投影矩阵。

CamParToCamMat相机参数至相机矩阵

Compute a camera matrix from internal camera parameters.

根据内部相机参数计算相机矩阵。

CameraCalibration相机标定

Determine all camera parameters by a simultaneous minimization process.

通过同时最小化过程确定所有相机参数。

CfaToRgb颜色滤波器数组至红绿蓝图像

Convert a single-channel color filter array image into an RGB image.

将单通道颜色滤波器数组图像转换为RGB图像。

ChangeDomain更改域

Change definition domain of an image.

更改图像的定义域。

ChangeFormat更改格式

Change image size.

更改图像大小。这里的函数名称是更改格式,实际上的作用是更改大小,为什么不直接将函数名称叫为更改大小?因为图像格式更多的可以理解成png/jpg等图像类型,或者是byte/int2/uint2等位深类型。当然,byte/int2/uint2等在Halcon中则描述为Type。

ChangeRadialDistortionCamPar更改径向畸变相机参数

Determine new camera parameters in accordance to the specified radial distortion.

根据指定的径向畸变确定新的相机参数。

ChangeRadialDistortionContoursXld更改径向畸变轮廓扩展线描述

Change the radial distortion of contours.

更改轮廓的径向畸变。

ChangeRadialDistortionImage更改径向畸变图像

Change the radial distortion of an image.

更改图像的径向畸变。

ChangeRadialDistortionPoints更改径向畸变点

Change the radial distortion of pixel coordinates.

更改像素坐标的径向畸变。

ChannelsToImage通道至图像

Convert one-channel images into a multi-channel image

将单通道图像转换为多通道图像

CharThreshold字符阈值

Perform a threshold segmentation for extracting characters.

执行阈值分割以提取字符。

CheckDifference检查差异

Compare two images pixel by pixel.

逐像素比较两幅图像。

Circularity圆形度

Shape factor for the circularity (similarity to a circle) of a region.

区域圆形度(与圆的相似性)的形状因子。

CircularityXld圆形度扩展线描述

Shape factor for the circularity (similarity to a circle) of contours or polygons.

轮廓或多边形的圆形度(与圆的相似性)的形状因子。

Class2dimSup类二维分割使用像素

Segment an image using two-dimensional pixel classification.

使用二维像素分类对图像进行分割。2dim是二维,Sup可能是Segment using pixel的首字母?

Class2dimUnsup类二维分割不使用像素

Segment two images by clustering.

通过聚类对两幅图像进行分割。Halcon的有些函数名称取的真的是比较无语,精简又不是精简,取单字母又不是首字母。这里的Unsup应该是un Segment using pixel,不使用像素分割,那就是使用聚类分割?

ClassNdimBox类N维盒式

Classify pixels using hyper-cuboids.

使用超长方体对像素进行分类。

ClassNdimNorm类N维标准

Classify pixels using hyper-spheres or hyper-cubes.

使用超球体或超立方体对像素进行分类。

ClassifyClassGmm分类类高斯混合模型

Calculate the class of a feature vector by a Gaussian Mixture Model.

通过高斯混合模型计算特征向量的类。

ClassifyClassKnn分类类K-最近邻

Search for the next neighbors for a given feature vector.

搜索给定特征向量的下一个邻居。

ClassifyClassMlp分类类多层感知机

Calculate the class of a feature vector by a multilayer perceptron.

通过多层感知机计算特征向量的类。

ClassifyClassSvm分类类支持向量机

Classify a feature vector by a support vector machine.

通过支持向量机对特征向量进行分类。

ClassifyImageClassGmm分类图像类高斯混合模型

Classify an image with a Gaussian Mixture Model.

使用高斯混合模型对图像进行分类。

ClassifyImageClassKnn分类图像类K-最近邻

Classify an image with a k-Nearest-Neighbor classifier.

使用k-最近邻分类器对图像进行分类。

ClassifyImageClassLut分类图像类查找表

Classify a byte image using a look-up table.

使用查找表对字节图像进行分类。

ClassifyImageClassMlp分类图像类多层感知机

Classify an image with a multilayer perceptron.

用多层感知机对图像进行分类。

ClassifyImageClassSvm分类图像类支持向量机

Classify an image with a support vector machine.

使用支持向量机对图像进行分类。

ClearAllBarCodeModels清除所有条形码模型

This operator is inoperable. It had the following function: Delete all bar code models and free the allocated memory.

该算子无法操作。它具有以下功能:删除所有条形码模型并释放分配的内存。

ClearAllBarriers清除所有屏障

This operator is inoperable. It had the following function: Destroy all barrier synchronization objects.

该算子无法操作。它具有以下功能:销毁所有屏障同步对象。

ClearAllCalibData清除所有标定数据

Free the memory of all calibration data models.

释放所有标定数据模型的内存。

ClearAllCameraSetupModels清除所有相机设置模型

Free the memory of all camera setup models.

释放所有相机设置模型的内存。

ClearAllClassGmm清除所有类高斯混合模型

This operator is inoperable. It had the following function: Clear all Gaussian Mixture Models.

该算子无法操作。它具有以下功能:清除所有高斯混合模型。

ClearAllClassKnn清除所有类K-最近邻

This operator is inoperable. It had the following function: Clear all k-NN classifiers.

该算子无法操作。它具有以下功能:清除所有k-最近邻分类器。

ClearAllClassLut清除所有类查找表

This operator is inoperable. It had the following function: Clear all look-up table classifiers.

该算子无法操作。它具有以下功能:清除所有查找表分类器。

ClearAllClassMlp清除所有类多层感知机

This operator is inoperable. It had the following function: Clear all multilayer perceptrons.

该算子无法操作。它具有以下功能:清除所有多层感知机。

ClearAllClassSvm清除所有类支持向量机

This operator is inoperable. It had the following function: Clear all support vector machines.

该算子无法操作。它具有以下功能:清除所有支持向量机。

ClearAllClassTrainData清除所有类训练数据

This operator is inoperable. It had the following function: Clear all training data for classifiers.

该算子无法操作。它具有以下功能:清除分类器的所有训练数据。

ClearAllColorTransLuts清除所有颜色变换查找表

This operator is inoperable. It had the following function: Delete all look-up-tables of the color space transformation.

该算子无法操作。它具有以下功能:删除颜色空间变换的所有查找表。

ClearAllComponentModels清除所有组件模型

This operator is inoperable. It had the following function: Free the memory of all component models.

该算子无法操作。它具有以下功能:释放所有组件模型的内存。

ClearAllConditions清除所有条件

This operator is inoperable. It had the following function: Destroy all condition synchronization objects.

该算子无法操作。它具有以下功能:销毁所有条件同步对象。

ClearAllDataCode2dModels清除所有数据码二维模型

This operator is inoperable. It had the following function: Delete all 2D data code models and free the allocated memory.

该算子无法操作。它具有以下功能:删除所有二维数据码模型并释放分配的内存。

ClearAllDeformableModels清除所有可变形模型

This operator is inoperable. It had the following function: Free the memory of all deformable models.

该算子无法操作。它具有以下功能:释放所有可变形模型的内存。

ClearAllDescriptorModels清除所有描述符模型

This operator is inoperable. It had the following function: Free the memory of all descriptor models in RAM.

该算子无法操作。它具有以下功能:释放随机存取存储器中所有描述符模型的内存。

ClearAllEvents清除所有事件

This operator is inoperable. It had the following function: Clear all event synchronization objects.

该算子无法操作。它具有以下功能:清除所有事件同步对象。

ClearAllLexica清除所有词典

This operator is inoperable. It had the following function: Clear all lexica.

该算子无法操作。它具有以下功能:清除所有词典。

ClearAllMatrices清除所有矩阵

This operator is inoperable. It had the following function: Clear all matrices from memory.

该算子无法操作。它具有以下功能:从内存中清除所有矩阵。

ClearAllMetrologyModels清除所有计量模型

This operator is inoperable. It had the following function: Delete all metrology models and free the allocated memory.

该算子无法操作。它具有以下功能:删除所有计量模型并释放分配的内存。

ClearAllMutexes清除所有互斥

This operator is inoperable. It had the following function: Clear all mutex synchronization objects.

该算子无法操作。它具有以下功能:清除所有互斥同步对象。

ClearAllNccModels清除所有归一化互相关模型

This operator is inoperable. It had the following function: Free the memory of all NCC models.

该算子无法操作。它具有以下功能:释放所有归一化互相关NCC(Normalized cross-correlation)模型的内存。

ClearAllObjectModel3d清除所有对象模型三维

This operator is inoperable. It had the following function: Free the memory of all 3D object models.

该算子无法操作。它具有以下功能:释放所有三维对象模型的内存。

ClearAllOcrClassKnn清除所有光学字符识别类K-最近邻

This operator is inoperable. It had the following function: Clear all OCR classifiers.

该算子无法操作。它具有以下功能:清除所有光学字符识别OCR(Optical Character Recognition)分类器。

ClearAllOcrClassMlp清除所有光学字符识别类多层感知机

This operator is inoperable. It had the following function: Clear all OCR classifiers.

该算子无法操作。它具有以下功能:清除所有光学字符识别分类器。

ClearAllOcrClassSvm清除所有光学字符识别类支持向量机

This operator is inoperable. It had the following function: Clear all SVM based OCR classifiers.

该算子无法操作。它具有以下功能:清除所有基于支持向量机的光学字符识别分类器。

ClearAllSampleIdentifiers清除所有样本标识符

This operator is inoperable. It had the following function: Free the memory of all sample identifiers.

该算子无法操作。它具有以下功能:释放所有样本标识符的内存。

ClearAllScatteredDataInterpolators清除所有散乱数据插值器

This operator is inoperable. It had the following function: Clear all scattered data interpolators.

该算子无法操作。它具有以下功能:清除所有散乱数据插值器。

ClearAllSerializedItems清除所有序列化项

This operator is inoperable. It had the following function: Delete all current existing serialized items.

该算子无法操作。它具有以下功能:删除所有当前存在的序列化项。

ClearAllShapeModel3d清除所有形状模型三维

This operator is inoperable. It had the following function: Free the memory of all 3D shape models.

该算子无法操作。它具有以下功能:释放所有三维形状模型的内存。

ClearAllShapeModels清除所有形状模型

This operator is inoperable. It had the following function: Free the memory of all shape models.

该算子无法操作。它具有以下功能:释放所有形状模型的内存。

ClearAllSheetOfLightModels清除所有激光三角测量模型

This operator is inoperable. It had the following function: Delete all sheet-of-light models and free the allocated memory.

该算子无法操作。它具有以下功能:删除所有灯光模型并释放分配的内存。

ClearAllStereoModels清除所有立体模型

This operator is inoperable. It had the following function: Free the memory of all stereo models.

该算子无法操作。它具有以下功能:释放所有立体模型的内存。

ClearAllSurfaceMatchingResults清除所有表面匹配结果

This operator is inoperable. It had the following function: Free the memory of all surface matching results.

该算子无法操作。它具有以下功能:释放所有表面匹配结果的内存。

ClearAllSurfaceModels清除所有表面模型

This operator is inoperable. It had the following function: Free the memory of all surface models.

该算子无法操作。它具有以下功能:释放所有表面模型的内存。

ClearAllTemplates清除所有模板

This operator is inoperable. It had the following function: Deallocation of the memory of all templates.

该算子无法操作。它具有以下功能:取消所有模板的内存分配。

ClearAllTextModels清除所有文本模型

This operator is inoperable. It had the following function: Clear all text models.

该算子无法操作。它具有以下功能:清除所有文本模型。

ClearAllTextResults清除所有文本结果

This operator is inoperable. It had the following function: Clear all text results.

该算子无法操作。它具有以下功能:清除所有文本结果。

ClearAllTrainingComponents清除所有训练组件

This operator is inoperable. It had the following function: Free the memory of all component training results.

该算子无法操作。它具有以下功能:释放所有组件训练结果的内存。

ClearAllVariationModels清除所有变体模型

This operator is inoperable. It had the following function: Free the memory of all variation models.

该算子无法操作。它具有以下功能:释放所有变体模型的内存。

ClearBarCodeModel清除条形码模型

Delete a bar code model and free the allocated memory

删除条形码模型并释放分配的内存

ClearBarrier清除屏障

Destroy a barrier synchronization object.

销毁屏障同步对象。

ClearBeadInspectionModel清除胶条检查模型

Delete the bead inspection model and free the allocated memory.

删除胶条检查模型并释放分配的内存。

ClearCalibData清除标定数据

Free the memory of a calibration data model.

释放标定数据模型的内存。

ClearCameraSetupModel清除相机设置模型

Free the memory of a calibration setup model.

释放标定设置模型的内存。

ClearClassGmm清除类高斯混合模型

Clear a Gaussian Mixture Model.

清除高斯混合模型。

ClearClassKnn清除类K-最近邻

Clear a k-NN classifier.

清除k-最近邻(K-NN)分类器。

ClearClassLut清除类查找表

Clear a look-up table classifier.

清除查找表分类器。

ClearClassMlp清除类多层感知机

Clear a multilayer perceptron.

清除多层感知机。

ClearClassSvm清除类支持向量机

Clear a support vector machine.

清除支持向量机。

ClearClassTrainData清除类训练数据

Clears training data for classifiers.

清除分类器的训练数据。

ClearColorTransLut清除颜色变换查找表

Release the look-up-table needed for color space transformation.

释放颜色空间变换所需的查找表。

ClearComponentModel清除组件模型

Free the memory of a component model.

释放组件模型的内存。

ClearCondition清除条件

Destroy a condition synchronization object.

销毁条件同步对象。

ClearDataCode2dModel清除数据码二维模型

Delete a 2D data code model and free the allocated memory.

删除二维数据代码模型并释放分配的内存。

ClearDeformableModel清除可变形模型

Free the memory of a deformable model.

释放可变形模型的内存。

ClearDeformableSurfaceMatchingResult清除可变形表面匹配结果

Free the memory of a deformable surface matching result.

释放可变形表面匹配结果的内存。

ClearDeformableSurfaceModel清除可变形表面模型

Free the memory of a deformable surface model.

释放可变形表面模型的内存。

ClearDescriptorModel清除描述符模型

Free the memory of a descriptor model.

释放描述符模型的内存。

ClearDistanceTransformXld清除距离变换扩展线描述

Clear a XLD distance transform.

清除扩展线描述XLD距离变换。

ClearDlClassifier清除深度学习分类器

Clear a deep-learning-based classifier.

清除基于深度学习的分类器。

ClearDlClassifierResult清除深度学习分类器结果

Clear a handle containing the results of the deep-learning-based classification.

清除包含基于深度学习的分类结果的句柄。

ClearDlClassifierTrainResult清除深度学习训练结果

Clear the handle of a deep-learning-based classifier training result.

清除基于深度学习的分类器训练结果的句柄。

ClearDlModel清除深度学习模型

Clear a deep learning model.

清除深度学习模型。

ClearDrawingObject清除绘制对象

Delete drawing object.

删除绘制对象。

ClearEvent清除事件

Clear the event synchronization object.

清除事件同步对象。

ClearHandle清除句柄

Clear the content of a handle.

清除句柄的内容。

ClearLexicon清除词典

Clear a lexicon.

清理词典。

ClearMatrix清除矩阵

Free the memory of a matrix.

释放矩阵的内存。

ClearMessage清除消息

Close a message handle and release all associated resources.

关闭消息句柄并释放所有相关资源。

ClearMessageQueue清除消息队列

Close a message queue handle and release all associated resources.

关闭消息队列句柄并释放所有相关资源。

ClearMetrologyModel清除计量模型

Delete a metrology model and free the allocated memory.

删除计量模型并释放分配的内存。

ClearMetrologyObject清除计量对象

Delete metrology objects and free the allocated memory.

删除计量对象并释放分配的内存。

ClearMutex清除互斥

Clear the mutex synchronization object.

清除互斥同步对象。

ClearNccModel清除归一化互相关模型

Free the memory of an NCC model.

释放归一化互相关NCC模型的内存。

ClearObj清除对象

Delete an iconic object from the HALCON database.

从HALCON数据库中删除图标对象。

ClearObjectModel3d清除对象模型三维

Free the memory of a 3D object model.

释放3D对象模型的内存。

ClearOcrClassCnn清除光学字符识别类卷积神经网络

Clear an CNN-based OCR classifier.

清除基于CNN的OCR分类器。

ClearOcrClassKnn清除光学字符识别类K-最近邻

Clear an OCR classifier.

清除OCR分类器。

ClearOcrClassMlp清除光学字符识别类多层感知机

Clear an OCR classifier.

清除OCR分类器。

ClearOcrClassSvm清除光学字符识别类支持向量机

Clear an SVM-based OCR classifier.

清除基于SVM的OCR分类器。

ClearRectangle清除矩形

Delete a rectangle on the output window.

删除输出窗口上的矩形。

ClearSampleIdentifier清除样本标签符

Free the memory of a sample identifier.

释放样本标识符的内存。

ClearSamplesClassGmm清除样本类高斯混合模型

Clear the training data of a Gaussian Mixture Model.

清除高斯混合模型的训练数据。

ClearSamplesClassMlp清除样本类多层感知机

Clear the training data of a multilayer perceptron.

清除多层感知机的训练数据。

ClearSamplesClassSvm清除样本类支持向量机

Clear the training data of a support vector machine.

清除支持向量机的训练数据。

ClearSampset清除样本集

Free memory of a data set.

释放数据集的内存。

ClearScatteredDataInterpolator清除散乱数据插值器

Clear a scattered data interpolator.

清除散乱数据插值器。

ClearScene3d清除场景三维

Delete a 3D scene and free all allocated memory.

删除三维场景并释放所有分配的内存。

ClearSerial清除串行

Clear the buffer of a serial connection.

清除串行连接的缓冲区。

ClearSerializedItem清除序列化项

Delete a serialized item.

删除序列化项。

ClearShapeModel清除形状模型

Free the memory of a shape model.

释放形状模型的内存。

ClearShapeModel3d清除形状模型三维

Free the memory of a 3D shape model.

释放三维形状模型的内存。

ClearSheetOfLightModel清除激光三角测量模型

Delete a sheet-of-light model and free the allocated memory.

删除激光三角测量模型并释放分配的内存。

ClearStereoModel清除立体模型

Free the memory of a stereo model.

释放立体模型的内存。

ClearStructuredLightModel清除结构光模型

Clear a structured light model and free the allocated memory.

清除结构光模型并释放分配的内存。

ClearSurfaceMatchingResult清除表面匹配结果

Free the memory of a surface matching result.

释放表面匹配结果的内存。

ClearSurfaceModel清除表面模型

Free the memory of a surface model.

释放表面模型的内存。

ClearTemplate清除模板

Deallocation of the memory of a template.

模板内存的取消分配。

ClearTextModel清除文本模型

Clear a text model.

清除文本模型。

ClearTextResult清除文本结果

Clear a text result.

清除文本结果。

ClearTextureInspectionModel清除纹理检查模型

Clear a texture inspection model and free the allocated memory.

清除纹理检查模型并释放分配的内存。

ClearTextureInspectionResult清除纹理检查结果

Clear a texture inspection result handle and free the allocated memory.

清除纹理检查结果句柄并释放分配的内存。

ClearTrainDataVariationModel清除训练数据变体模型

Free the memory of the training data of a variation model.

释放变体模型训练数据的内存。

ClearTrainingComponents清除训练组件

Free the memory of a component training result.

释放组件训练结果的内存。

ClearVariationModel清除变体模型

Free the memory of a variation model.

释放变体模型的内存。

ClearWindow清除窗口

Delete the contents of an output window.

删除输出窗口的内容。

ClipContoursXld剪裁轮廓扩展线描述

Clip an XLD contour.

剪裁XLD轮廓。

ClipEndPointsContoursXld剪裁端点轮廓扩展线描述

Clip the end points of an XLD contour.

剪切XLD轮廓的端点。

ClipRegion剪裁区域

Clip a region to a rectangle.

将区域剪裁为矩形。

ClipRegionRel剪裁区域相对

Clip a region relative to its smallest surrounding rectangle.

相对于其最小的周围矩形剪裁一个区域。

CloseAllBgEsti关闭所有背景估计

This operator is inoperable. It had the following function: Delete all background estimation data sets.

该算子无法操作。它具有以下功能:删除所有背景估计数据集。

CloseAllClassBox关闭所有类盒式

This operator is inoperable. It had the following function: Destroy all classifiers.

该算子无法操作。它具有以下功能:销毁所有分类器。

CloseAllFiles关闭所有文件

This operator is inoperable. It had the following function: Close all open files.

该算子无法操作。它具有以下功能:关闭所有打开的文件。

CloseAllFramegrabbers关闭所有帧抓取器

This operator is inoperable. It had the following function: Close all image acquisition devices.

该算子无法操作。它具有以下功能:关闭所有图像采集设备。

CloseAllMeasures关闭所有测量

This operator is inoperable. It had the following function: Delete all measure objects.

该算子无法操作。它具有以下功能:删除所有测量对象。

CloseAllOcrs关闭所有光学字符识别

This operator is inoperable. It had the following function: Destroy all OCR classifiers.

该算子无法操作。它具有以下功能:销毁所有OCR分类器。

CloseAllOcvs关闭所有光学字符验证

This operator is inoperable. It had the following function: Clear all OCV tools.

该算子无法操作。它具有以下功能:清除所有OCV工具。

CloseAllSerials关闭所有串行

This operator is inoperable. It had the following function: Close all serial devices.

该算子无法操作。它具有以下功能:关闭所有串行设备。

CloseAllSockets关闭所有套接字

This operator is inoperable. It had the following function: Close all opened sockets.

该算子无法操作。它具有以下功能:关闭所有打开的套接字。

CloseBgEsti关闭背景估计

Delete the background estimation data set.

删除背景估计数据集。

CloseClassBox关闭类盒式

Destroy the classifier.

销毁分类器。

CloseContoursXld关闭轮廓扩展线描述

Close an XLD contour.

关闭XLD轮廓。

CloseEdges闭合边缘

Close edge gaps using the edge amplitude image.

使用边缘振幅图像闭合边缘间隙。

CloseEdgesLength闭合边缘长度

Close edge gaps using the edge amplitude image.

使用边缘振幅图像闭合边缘间隙。

CloseFile关闭文件

Closing a text file.

关闭文本文件。

CloseFramegrabber关闭帧抓取器

Close specified image acquisition device.

关闭指定的图像采集设备。

CloseIoChannel关闭输入输出通道

Close I/O channels.

关闭I/O通道。

CloseIoDevice关闭输入输出设备

Close the specified I/O device.

关闭指定的I/O设备。

CloseMeasure关闭测量

Delete a measure object.

删除测量对象。

CloseOcr关闭光学字符识别

Deallocation of the memory of an OCR classifier.

取消OCR分类器的内存分配。

CloseOcv关闭光学字符验证

Clear an OCV tool.

清除OCV工具。

CloseSerial关闭串行

Close a serial device.

关闭串行设备。

CloseSocket关闭套接字

Close a socket.

关闭套接字。

CloseWindow关闭窗口

Close an output window.

关闭输出窗口。

ClosestPointTransform最近点变换

Compute the closest-point transformation of a region.

计算区域的最近点变换。

Closing闭

Close a region.

关闭一个区域。

ClosingCircle闭圆

Close a region with a circular structuring element.

用圆形结构元素关闭一个区域。

ClosingGolay闭戈莱

Close a region with an element from the Golay alphabet.

用戈莱字母表中的元素关闭一个区域。

ClosingRectangle1闭矩形1

Close a region with a rectangular structuring element.

用矩形结构元素关闭一个区域。

ClusterModelComponents聚类模型组件

Adopt new parameters that are used to create the model components into the training result.

在训练结果中采用用于创建模型组件的新参数。

CoherenceEnhancingDiff相干增强扩散

Perform a coherence enhancing diffusion of an image.

对图像执行相干增强扩散。

CombineRoadsXld合并路径扩展线描述

Combine road hypotheses from two resolution levels.

合并两个分辨率级别的路径假设。

Compactness紧凑性

Shape factor for the compactness of a region.

区域紧凑性的形状因子。

CompactnessXld紧凑性扩展线描述

Shape factor for the compactness of contours or polygons.

轮廓或多边形紧凑性的形状系数。

CompareExtVariationModel比较扩展变体模型

Compare an image to a variation model.

将图像与变体模型进行比较。

CompareMemoryBlock比较内存块(22.11)

Compare contents of memory blocks regarding equality.

比较内存块的内容是否相等。

CompareObj比较对象

Compare iconic objects regarding equality.

比较图标对象的相等性。

CompareVariationModel比较变体模型

Compare an image to a variation model.

将图像与变体模型进行比较。

Complement补码

Return the complement of a region.

返回一个区域的补码。

ComplexToReal复数至实数

Convert a complex image into two real images.

将一幅复数图像转换为两幅实数图像。

Compose2组成2

Convert two images into a two-channel image.

将两幅图像转换为双通道图像。

Compose3组成3

Convert 3 images into a three-channel image.

将3幅图像转换为三通道图像。

Compose4组成4

Convert 4 images into a four-channel image.

将4幅图像转换为四通道图像。

Compose5组成5

Convert 5 images into a five-channel image.

将5幅图像转换为5通道图像。

Compose6组成6

Convert 6 images into a six-channel image.

将6幅图像转换为6通道图像。

Compose7组成7

Convert 7 images into a seven-channel image.

将7幅图像转换为7通道图像。

ComposeFunct1d组成函数一维

Compose two functions.

组成两个函数。

ConcatObj连接对象

Concatenate two iconic object tuples.

连接两个图标对象元组。

ConcatOcrTrainf连接光学字符识别训练文件

Concat training files.

连接训练文件。

ConnectAndHoles连接和孔

Number of connection components and holes

连接组合和孔的数量

ConnectGridPoints连接网格点

Establish connections between the grid points of the rectification grid.

在校正网格的网格点之间建立连接。

Connection连接

Compute connected components of a region.

计算区域的连通组件。

ConnectionObjectModel3d连接对象模型三维

Determine the connected components of the 3D object model.

确定三维对象模型的连接组件。

Contlength轮廓长度

Contour length of a region.

区域的轮廓长度。

ContourPointNumXld轮廓点数扩展线描述

Return the number of points in an XLD contour.

返回XLD轮廓中的点数。

ContourToWorldPlaneXld轮廓至世界平面扩展线描述

Transform an XLD contour into the plane z=0 of a world coordinate system.

将XLD轮廓变换到世界坐标系的平面z=0中。

ControlIoChannel控制输入输出通道

Perform an action on I/O channels.

在I/O通道上执行操作。

ControlIoDevice控制输入输出设备

Perform an action on the I/O device.

在I/O设备上执行操作。

ControlIoInterface控制输入输出接口

Perform an action on the I/O interface.

在I/O接口上执行操作。

ConvertCoordinatesImageToWindow转换坐标图像至窗口

Convert image coordinates to window coordinates

将图像坐标转换至窗口坐标

ConvertCoordinatesWindowToImage转换坐标窗口至图像

Convert window coordinates to image coordinates

将窗口坐标转换至图像坐标

ConvertImageType转换图像类型

Convert the type of an image.

转换图像的类型。

ConvertMapType转换映射类型

Convert image maps into other map types.

将图像映射转换为其他映射类型。

ConvertPoint3dCartToSpher转换点三维笛卡尔至球面

Convert Cartesian coordinates of a 3D point to spherical coordinates.

将三维点的笛卡尔坐标转换至球面坐标。

ConvertPoint3dSpherToCart转换点三维球面至笛卡尔

Convert spherical coordinates of a 3D point to Cartesian coordinates.

将三维点的球面坐标转换为笛卡尔坐标。

ConvertPoseType转换姿态类型

Change the representation type of a 3D pose.

更改三维姿态的表示类型。

ConvexHullObjectModel3d凸包对外模型三维

Calculate the convex hull of a 3D object model.

计算三维对象模型的凸包。

Convexity凸度

Shape factor for the convexity of a region.

区域凸度的形状因子。

ConvexityXld凸度扩展线描述

Shape factor for the convexity of contours or polygons.

轮廓或多边形凸度的形状因子。

ConvolFft卷积快速傅立叶变换

Convolve an image with a filter in the frequency domain.

在频域中使用滤波器对图像进行卷积。

ConvolGabor卷积伽柏

Convolve an image with a Gabor filter in the frequency domain.

在频域中用伽柏滤波器对图像进行卷积。

ConvolImage卷积图像

Calculate the correlation between an image and an arbitrary filter mask.

计算图像与任意滤波器掩模之间的相关。

CoocFeatureImage共生特征图像

Calculate a co-occurrence matrix and derive gray value features thereof.

计算共生矩阵并导出其灰度值特征。

CoocFeatureMatrix共生特征矩阵

Calculate gray value features from a co-occurrence matrix.

根据共生矩阵计算灰度值特征。

CopyDict复制字典

Copy a dictionary.

复制字典。

CopyFile复制文件

Copy a file to a new location.

将文件复制到新位置。

CopyImage复制图片

Copy an image and allocate new memory for it.

复制图像并为其分配新内存。

CopyMatrix复制矩阵

Copy a matrix.

复制矩阵。

CopyMetrologyModel复制计量模型

Copy a metrology model.

复制计量模型。

CopyMetrologyObject复制计量对象

Copy metrology metrology objects of a metrology model.

复制计量模型的计量对象。

CopyObj复制对象

Copy an iconic object in the HALCON database.

复制HALCON数据库中的图标对象。

CopyObjectModel3d复制对象模型三维

Copy a 3D object model.

复制三维对象模型。

CopyRectangle复制矩形

Copy all pixels within rectangles between output windows.

复制输出窗口之间矩形内的所有像素。

CornerResponse角落响应

Searching corners in images.

在图像中搜索角落。

CorrelationFft相关快速傅立叶变换

Compute the correlation of two images in the frequency domain.

在频域中计算两幅图像的相关。

CosImage余弦图像

Calculate the cosine of an image.

计算图像的余弦值。

CountChannels计数通道

Count channels of image.

统计图像的通道数。

CountObj计数对象

Number of objects in a tuple.

元组中的对象数。

CountRelation计数关系

Number of entries in the HALCON database.

HALCON数据库中的条目数。

CountSeconds计数秒数

Passed Time.

流逝的时间。

CreateAnisoShapeModel创建各向异性形状模型

Prepare an anisotropically scaled shape model for matching.

准备一个各向异性缩放的形状模型进行匹配。

CreateAnisoShapeModelXld创建各向异性形状模型扩展线描述

Prepare an anisotropically scaled shape model for matching from XLD contours.

准备一个各向异性缩放的形状模型,以便从扩展线描述轮廓进行匹配。

CreateBarCodeModel创建条形码模型

Create a model of a bar code reader.

创建条形码阅读器的模型。

CreateBarrier创建屏障

Create a barrier synchronization object.

创建屏障同步对象。

CreateBeadInspectionModel创建胶条检查模型

Create a model to inspect beads or adhesive in images.

创建模型以检查图像中的胶条或粘合剂。

CreateBgEsti创建背景估计

Generate and initialize a data set for the background estimation.

生成并初始化背景估计的数据集。

CreateCalibData创建标定数据

Create a HALCON calibration data model.

创建HALCON标定数据模型。

CreateCalibDescriptorModel创建标定描述符模型

Create a descriptor model for calibrated perspective matching.

创建用于标定透视匹配的描述符模型。

CreateCaltab创建标定表

Generate a calibration plate description file and a corresponding PostScript file for a calibration plate with hexagonally arranged marks.

为带有六边形排列标记的标定板生成标定板描述文件和相应的PostScript文件。

CreateCamPoseLookAtPoint创建相机姿态观察点

Create a 3D camera pose from camera center and viewing direction.

从相机中心和观察方向创建3D相机姿态。

CreateCameraSetupModel创建相机设置模型

Create a model for a setup of calibrated cameras.

为标定的相机设置创建模型。

CreateClassBox创建类盒式

Create a new classifier.

创建一个新的分类器。

CreateClassGmm创建类高斯混合模型

Create a Gaussian Mixture Model for classification

创建高斯混合模型进行分类

CreateClassKnn创建类K-最近邻

Create a k-nearest neighbors (k-NN) classifier.

创建一个k-最近邻(k-NN)分类器。

CreateClassLutGmm创建类查找表高斯混合模型

Create a look-up table using a gaussian mixture model to classify byte images.

使用高斯混合模型创建查找表来对字节图像进行分类。

CreateClassLutKnn创建类查找表K-最近邻

Create a look-up table using a k-nearest neighbors classifier (k-NN) to classify byte images.

使用k-最近邻分类器(k-NN)创建查找表来对字节图像进行分类。

CreateClassLutMlp创建类查找表多层感知机

Create a look-up table using a multi-layer perceptron to classify byte images.

使用多层感知机创建查找表来对字节图像进行分类。

CreateClassLutSvm创建类查找表支持向量机

Create a look-up table using a Support-Vector-Machine to classify byte images.

使用支持向量机创建查找表来对字节图像进行分类。

CreateClassMlp创建类多层感知机

Create a multilayer perceptron for classification or regression.

创建一个用于分类或回归的多层感知机。

CreateClassSvm创建类支持向量机

Create a support vector machine for pattern classification.

创建用于模式分类的支持向量机。

CreateClassTrainData创建类训练数据

Create a handle for training data for classifiers.

为分类器的训练数据创建句柄。

CreateColorTransLut创建颜色变换查找表

Creates the look-up-table for transformation of an image from the RGB color space to an arbitrary color space.

创建查找表,用于将图像从RGB颜色空间变换为任意颜色空间。

CreateComponentModel创建组件模型

Prepare a component model for matching based on explicitly specified components and relations.

根据明确指定的组件和关系准备组件模型进行匹配。

CreateCondition创建条件

Create a condition variable synchronization object.

创建条件变量同步对象。

CreateDataCode2dModel创建数据码二维模型

Create a model of a 2D data code class.

创建二维数据代码类的模型。

CreateDeepCountingModel创建深度计数模型(23.05)

Create a Deep Counting model for counting objects.

创建用于计数对象的深度计数模型。

CreateDeepOcr创建深度光学字符识别(20.11)

Create a Deep OCR model.

创建深度OCR模型。

CreateDeformableSurfaceModel创建可变形表面模型

Create the data structure needed to perform deformable surface-based matching.

创建执行基于可变形表面的匹配所需的数据结构。

CreateDict创建字典

Create a new empty dictionary.

创建一个新的空字典。

CreateDistanceTransformXld创建距离变换扩展线描述

Create the XLD distance transform.

创建XLD距离变换。

CreateDlLayerActivation创建深度学习层激活(21.05)

Create an activation layer.

创建激活层。

CreateDlLayerBatchNormalization创建深度学习层批次归一化(21.05)

Create a batch normalization layer.

创建批次归一化BN层。

CreateDlLayerClassIdConversion创建深度学习层类标识转换(21.05)

Create a class ID conversion layer.

创建类ID转换层。

CreateDlLayerConcat创建深度学习层连接(21.05)

Create a concatenation layer.

创建连接层。

CreateDlLayerConvolution创建深度学习层卷积(21.05)

Create a convolutional layer.

创建卷积层。

CreateDlLayerDense创建深度学习层密集(21.05)

Create a dense layer.

创建密集层。

CreateDlLayerDepthMax创建深度学习层深度最大(21.05)

Create a depth max layer.

创建深度最大层。

CreateDlLayerDepthToSpace创建深度学习层深度至空间(22.11)

Create a depth to space layer.

创建深度至空间层。

CreateDlLayerDropout创建深度学习层丢弃(21.05)

Create a DropOut layer.

创建随机丢弃DropOut层。

CreateDlLayerElementwise创建深度学习层元素(21.05)

Create an elementwise layer.

创建元素层。

CreateDlLayerIdentity创建深度学习层标识(22.11)

Create an identity layer.

创建标识层。

CreateDlLayerInput创建深度学习层输(21.05)

Create an input layer.

创建输入层。

CreateDlLayerLossCrossEntropy创建深度学习层损失交叉熵(21.05)

Create a cross entropy loss layer.

创建交叉熵损失层。

CreateDlLayerLossCtc创建深度学习层损失连接机制时间分类(21.05)

Create a CTC loss layer.

创建连接机制时间分类CTC(Connectionist Temporal Classification)损失层。

CreateDlLayerLossDistance创建深度学习层损失距离(21.05)

Create a distance loss layer.

创建距离损失层。

CreateDlLayerLossFocal创建深度学习层损失焦点(21.05)

Create a focal loss layer.

创建焦点损失层。

CreateDlLayerLossHuber创建深度学习层损失Huber(21.05)

Create a Huber loss layer.

创建Huber损失层。

CreateDlLayerLrn创建深度学习层局部响应归一化层(21.05)

Create a LRN layer.

创建局部响应归一化层LRN(Local Response Normalization)层。

CreateDlLayerMatmul创建深度学习层矩阵乘法(23.11)

Create a MatMul layer.

创建一个矩阵乘法MatMul层。

CreateDlLayerPermutation创建深度学习层置换(22.05)

Create a permutation layer.

创建置换层。

CreateDlLayerPooling创建深度学习层池化(21.05)

Create a pooling layer.

创建池化层。

CreateDlLayerReduce创建深度学习层缩减(23.11)

Create a reduce layer.

创建缩减层。

CreateDlLayerReshape创建深度学习层重塑(21.05)

Create a reshape layer.

创建重塑层。

CreateDlLayerSoftmax创建深度学习层柔性最大(21.05)

Create a softmax layer.

创建柔性最大softmax层。

CreateDlLayerTransposedConvolution创建深度学习层转置卷积(21.05)

Create a transposed convolution layer.

创建转置卷积层。

CreateDlLayerZoomFactor创建深度学习层缩放因子(21.05)

Create a zoom layer using size factors.

使用尺寸因子创建缩放层。

CreateDlLayerZoomSize创建深度学习层缩放大小(21.05)

Create a zoom layer using an absolute output size.

使用绝对输出大小创建缩放层。

CreateDlLayerZoomToLayerSize创建深度学习层缩放至层大小(21.05)

Create a zoom layer using the output size of a reference layer.

使用参考层的输出大小创建缩放层。

CreateDlModelDetection创建深度学习模型检测

Create a deep learning network for object detection.

创建用于对象检测的深度学习网络。

CreateDlPruning创建深度学习修剪(20.11)

Create a pruning data handle.

创建修剪数据句柄。

CreateDrawingObjectCircle创建绘制对象圆

Create a circle which can be modified interactively.

创建一个可以交互式修改的圆。

CreateDrawingObjectCircleSector创建绘制对象圆形扇区

Create a circle sector which can be modified interactively.

创建一个可以交互式修改的圆形扇区。

CreateDrawingObjectEllipse创建绘制对象椭圆

Create an ellipse which can be modified interactively.

创建一个可以交互式修改的椭圆。

CreateDrawingObjectEllipseSector创建绘制对象椭圆扇区

Create an elliptic sector which can be modified interactively.

创建一个可以交互修改的椭圆扇区。

CreateDrawingObjectLine创建绘制对象线

Create a line which can be modified interactively.

创建一条可以交互式修改的线。

CreateDrawingObjectRectangle1创建绘制对象矩形1

Create a rectangle parallel to the coordinate axis which can be modified interactively.

创建一个平行于坐标轴的矩形,可以交互式修改。

CreateDrawingObjectRectangle2创建绘制对象矩形2

Create a rectangle of any orientation which can be modified interactively.

创建一个可以交互修改的任意方向的矩形。

CreateDrawingObjectText创建绘制对象文本

Create a text object which can be moved interactively.

创建一个可以交互式移动的文本对象。

CreateDrawingObjectXld创建绘制对象扩展线描述

Create a XLD contour which can be modified interactively.

创建一个可以交互式修改的扩展线描述轮廓。

CreateEvent创建事件

Create an event synchronization object.

创建事件同步对象。

CreateFunct1dArray创建函数一维数组

Create a function from a sequence of y values.

根据y值序列创建函数。

CreateFunct1dPairs创建函数一维数对

Create a function from a set of (x,y) pairs.

从一组(x,y)数对中创建一个函数。

CreateGenericShapeModel创建通用形状模型(21.05)

Create a shape model.

创建形状模型。

CreateLexicon创建词典

Create a lexicon from a tuple of words.

从单词元组创建词典。

CreateLocalDeformableModel创建局部可变形模型

Creates a deformable model for local, deformable matching.

创建可变形模型以进行局部可变形匹配。

CreateLocalDeformableModelXld创建局部可变形模型扩展线描述

Prepare a deformable model for local deformable matching from XLD contours.

准备一个可变形模型,以便从XLD轮廓进行局部可变形匹配。

CreateMatrix创建矩阵

Create a matrix.

创建一个矩阵。

CreateMemoryBlockExtern创建内存块外部(22.11)

Create a memory block from an external pointer.

从外部指针创建内存块。

CreateMemoryBlockExternCopy创建内存块外部复制(22.11)

Create a memory block from an external pointer by copying.

通过复制从外部指针创建内存块。

CreateMessage创建消息

Create a new empty message.

创建新的空消息。

CreateMessageQueue创建消息队列

Create a new empty message queue.

创建一个新的空消息队列。

CreateMetrologyModel创建计量模型

Create the data structure that is needed to measure geometric shapes.

创建测量几何形状所需的数据结构。

CreateMutex创建互斥

Create a mutual exclusion synchronization object.

创建互斥同步对象。

CreateNccModel创建归一化互相关模型

Prepare an NCC model for matching.

准备一个NCC模型进行匹配。

CreateOcrClassBox创建光学字符识别类盒式

Create a new OCR-classifier.

创建一个新的OCR分类器。

CreateOcrClassKnn创建光学字符识别类K-最近邻

Create an OCR classifier using a k-Nearest Neighbor (k-NN) classifier.

使用K-最近邻(k-NN)分类器创建OCR分类器。

CreateOcrClassMlp创建光学字符识别类多层感知机

Create an OCR classifier using a multilayer perceptron.

使用多层感知机创建OCR分类器。

CreateOcrClassSvm创建光学字符识别类支持向量机

Create an OCR classifier using a support vector machine.

使用支持向量机创建OCR分类器。

CreateOcvProj创建光学字符验证投影

Create a new OCV tool based on gray value projections.

基于灰度值投影创建新的OCV工具。

CreatePlanarCalibDeformableModel创建平面标定可变形模型

Create a deformable model for calibrated perspective matching.

创建可变形模型以进行标定的透视匹配。

CreatePlanarCalibDeformableModelXld创建平面标定可变形模型扩展线描述

Prepare a deformable model for planar calibrated matching from XLD contours.

准备一个可变形模型,用于从XLD轮廓进行平面标定匹配。

CreatePlanarUncalibDeformableModel创建平面未标定可变形模型

Creates a deformable model for uncalibrated, perspective matching.

为未标定的透视匹配创建可变形模型。

CreatePlanarUncalibDeformableModelXld创建平面未标定可变形模型扩展线描述

Prepare a deformable model for planar uncalibrated matching from XLD contours.

准备一个可变形模型,用于从XLD轮廓进行平面未标定匹配。

CreatePose创建姿态

Create a 3D pose.

创建三维姿态。

CreateRectificationGrid创建校正网格

Generate a PostScript file, which describes the rectification grid.

生成一个描述校正网格的PostScript文件。

CreateSampleIdentifier创建样本标识符

Create a new sample identifier.

创建新的样本标识符。

CreateScaledShapeModel创建缩放形状模型

Prepare an isotropically scaled shape model for matching.

准备一个各向同性缩放的形状模型进行匹配。

CreateScaledShapeModelXld创建缩放形状模型扩展线描述

Prepare an isotropically scaled shape model for matching from XLD contours.

准备一个各向同性缩放的形状模型,以便从XLD轮廓进行匹配。

CreateScatteredDataInterpolator创建散乱数据插值器

Creates an interpolator for the interpolation of scattered data.

为散乱数据的插值创建插值器。

CreateScene3d创建场景三维

Create the data structure that is needed to visualize collections of 3D objects.

创建可视化3D对象集合所需的数据结构。

CreateSerializedItemPtr创建序列化项指针

Create a serialized item.

创建序列化项。

CreateShapeModel创建形状模型

Prepare a shape model for matching.

准备一个形状模型进行匹配。

CreateShapeModel3d创建形状模型三维

Prepare a 3D object model for matching.

准备一个3D对象模型进行匹配。

CreateShapeModelXld创建形状模型扩展线描述

Prepare a shape model for matching from XLD contours.

准备一个形状模型,以便从XLD轮廓进行匹配。

CreateSheetOfLightCalibObject创建激光三角测量标定对象

Create a calibration object for sheet-of-light calibration.

为激光三角测量标定创建标定对象。

CreateSheetOfLightModel创建激光三角测量模型

Create a model to perform 3D-measurements using the sheet-of-light technique.

使用激光三角测量技术创建模型以执行三维测量。

CreateStereoModel创建立体模型

Create a HALCON stereo model.

创建HALCON立体模型。

CreateStructuredLightModel创建结构化光模型

Create a structured light model.

创建结构光模型。

CreateSurfaceModel创建表面模型

Create the data structure needed to perform surface-based matching.

创建执行基于表面的匹配所需的数据结构。

CreateTemplate创建模板

Preparing a pattern for template matching.

准备模板匹配模式(图案)。

CreateTemplateRot创建模板旋转

Preparing a pattern for template matching with rotation.

准备旋转模板匹配的模式(图案)。

CreateTextModel创建文本模型

Create a text model.

创建文本模型。

CreateTextModelReader创建文本模型阅读器

Create a text model.

创建文本模型。

CreateTextureInspectionModel创建纹理检查模型

Create a texture inspection model.

创建纹理检查模型。

CreateTrainedComponentModel创建训练组件模型

Prepare a component model for matching based on trained components.

基于训练好的组件准备组件模型进行匹配。

CreateUncalibDescriptorModel创建未标定描述符模型

Prepare a descriptor model for interest point matching.

为兴趣点匹配准备描述符模型。

CreateVariationModel创建变体模型

Create a variation model for image comparison.

创建用于图像比较的变体模型。

CriticalPointsSubPix临界点亚像素

Subpixel precise detection of critical points in an image.

图像中临界点的亚像素精确检测。

CropContoursXld裁剪轮廓扩展线描述

Crop an XLD contour.

裁剪XLD轮廓。

CropDomain裁剪域

Cut out of defined gray values.

剪切已定义的灰度值。

CropDomainRel裁剪域相对

Cut out an image area relative to the domain.

剪切相对于域的图像区域。

CropPart裁剪区域

Cut out one or more rectangular image areas.

剪切一个或多个矩形图像区域。

CropRectangle1剪裁矩形1

Cut out one or more rectangular image areas.

剪切一个或多个矩形图像区域。

CropRectangle2剪裁矩形2(20.11)

Cut out one or more arbitrarily oriented rectangular image areas.

剪切一个或多个任意方向的矩形图像区域。

 


首页
84162741QQ
联系