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

图像编程

Halcon各版本新增加的算子-C2(17.12~24.11版)

文章来源:石鑫华视觉网时间:2024-12-19 09:08:33 点击:4

Halcon各版本新增加的算子-C2(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所有算子索引

C2

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清除深度学习模型(18.11)

Clear a deep learning model.

清除深度学习模型。

ClearDrawingObject清除绘制对象

Delete drawing object.

删除绘制对象。

ClearEvent清除事件

Clear the event synchronization object.

清除事件同步对象。

ClearHandle清除句柄(18.05)

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.

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


首页
84162741QQ
联系