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

图像编程

Halcon所有类及类下算子作用索引-HOperatorSet算子集(32)(17.12~24.11版)(终)

文章来源:石鑫华视觉网时间:2025-02-17 08:12:40 点击:53

Halcon所有类及类下算子作用索引-HOperatorSet算子集(32)(17.12~24.11版)(终)

这里的类和算子是针对.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所有类和方法索引

HOperatorSet算子集(32)

Class grouping all HALCON operators.

类分组所有HALCON算子。

WaitBarrier等待屏障

Wait on the release of a barrier synchronization object.

等待屏障同步对象的释放。

WaitCondition等待条件

wait on the signal of a condition synchronization object.

等待条件同步对象的信号。

WaitEvent等待事件

Lock an event synchronization object.

锁定事件同步对象。

WaitSeconds等待秒

Delaying the execution of the program.

延迟程序的执行。

Watersheds分水岭

Extract watersheds and basins from an image.

从图像中提取分水岭和盆地。

WatershedsMarker分水岭标记(19.11)

Extract watersheds and combine basins based on markers.

根据标记提取分水岭并合并盆地。

WatershedsThreshold分水岭阈值

Extract watershed basins from an image using a threshold.

使用阈值从图像中提取分水岭盆地。

While While循环

Starts a loop block that is executed as long as the condition is true.

启动一个循环块,只要条件为真,就执行该循环块。这个算子属于HDevelop环境的,在.NET环境中没有该算子。

WienerFilter维纳滤波器

Image restoration by Wiener filtering.

通过维纳滤波进行图像恢复。

WienerFilterNi维纳滤波器综合噪声估计

Image restoration by Wiener filtering.

通过维纳滤波进行图像恢复。ni = noise-estimation integrated,综合噪声估计。

WriteAopKnowledge写入自动算子并行知识

Write knowledge about hardware dependent behavior of automatic operator parallelization to file.

将有关自动算子并行的硬件相关行为的知识写入文件。

WriteBarCodeModel写入条形码模型

Write a bar code model to a file.

将条形码模型写入文件。

WriteCalibData写入标定数据

Store a calibration data model into a file.

将校准数据模型存储到文件中。

WriteCamPar写入相机参数

Write internal camera parameters into a file.

将内部摄像头参数写入文件。

WriteCameraSetupModel写入相机设置模型

Store a camera setup model into a file.

将相机设置模型存储到文件中。

WriteClassBox写入类盒子

Save a classifier in a file.

将分类器保存在文件中。

WriteClassGmm写入类高斯混合模型

Write a Gaussian Mixture Model to a file.

将高斯混合模型写入文件。

WriteClassKnn写入类K-最近邻

Save the k-NN classifier in a file.

将K-最近邻(k-NN)分类器保存在文件中。

WriteClassMlp写入类多层感知机

Write a multilayer perceptron to a file.

将多层感知机写入文件。

WriteClassSvm写入类支持向量机

Write a support vector machine to a file.

将支持向量机写入文件。

WriteClassTrainData写入类训练数据

Save the training data for classifiers in a file.

将分类器的训练数据保存在文件中。

WriteComponentModel写入组件模型

Write a component model to a file.

将组件模型写入文件。

WriteContourXldArcInfo写入轮廓扩展线描述ARC信息

Write XLD contours to a file in ARC/INFO generate format.

将XLD轮廓以ARC/INFO生成格式写入文件。

WriteContourXldDxf写入轮廓扩展线描述DXF

Write XLD contours to a file in DXF format.

将XLD轮廓写入DXF格式的文件。

WriteDataCode2dModel写入数据码二维模型

Writes a 2D data code model into a file.

将二维数据码模型写入文件。

WriteDeepCountingModel写入深度计数模型(23.05)

Write a Deep Counting model in a file.

在文件中编写深度计数模型。

WriteDeepMatching3d写入深度匹配三维(24.11)

Write a Deep 3D Matching model in a file.

在文件中写入深度3D匹配模型。

WriteDeepOcr写入深度光学字符识别(20.11)

Write a Deep OCR model in a file.

在文件中写入深度OCR模型。

WriteDeformableModel写入可变形模型

Write a deformable model to a file.

将可变形模型写入文件。

WriteDeformableSurfaceModel写入可变形表面模型

Write a deformable surface model to a file.

将可变形表面模型写入文件。

WriteDescriptorModel写入描述符模型

Write a descriptor model to a file.

将描述符模型写入文件。

WriteDict写入字典(18.11)

Write a dictionary to a file.

将字典写入文件。

WriteDistanceTransformXld写入距离变换扩展线描述

Write an XLD distance transform into a file.

将XLD距离变换写入文件。

WriteDlClassifier写入深度学习分类器

Write a deep-learning-based classifier in a file.

在文件中写入一个基于深度学习的分类器。

WriteDlModel写入深度学习模型(18.11)

Write a deep learning model in a file.

在文件中写入一个深度学习模型。

WriteEncryptedItem写入加密项(22.11)

Write an encrypted item to a file.

将加密项写入文件。

WriteFftOptimizationData写入快速傅立叶变换优化数据

Store FFT speed optimization data in a file.

将FFT速度优化数据存储在文件中。

WriteFunct1d写入函数一维

Write a function to a file.

将函数写入文件。

WriteImage写入图像

Write images in graphic formats.

以图形格式编写图像。

WriteImageMetadata写入图像元数据(19.11)

Write metadata of image files.

写入图像文件的元数据。

WriteIoChannel写入输入输出通道

Write a value to the specified I/O channels.

将值写入指定的I/O通道。

WriteLut写入查找表

Write look-up-table (lut) as file.

将查找表(lut)写入文件。

WriteMatrix写入矩阵

Write a matrix to a file.

将矩阵写入文件。

WriteMeasure写入测量

Write a measure object to a file.

将测量对象写入文件。

WriteMemoryBlock写入内存块(22.11)

Write a memory block to a file.

将内存块写入文件。

WriteMessage写入消息(18.11)

Write a message to a file.

将消息写入文件。

WriteMetrologyModel写入计量模型

Write a metrology model to a file.

将计量模型写入文件。

WriteNccModel写入归一化互相关模型

Write an NCC model to a file.

将NCC模型写入文件。

WriteObject写入对象

Write an iconic object.

写入图标对象。

WriteObjectModel3d写入对象模型三维

Writes a 3D object model to a file.

将三维对象模型写入文件。

WriteOcr写入光学字符识别

Writing an OCR classifier into a file.

将OCR分类器写入文件。

WriteOcrClassKnn写入光学字符识别类K-最近邻

Write a k-NN classifier for an OCR task to a file.

将OCR任务的k-NN分类器写入文件。

WriteOcrClassMlp写入光学字符识别类多层感知机

Write an OCR classifier to a file.

将OCR分类器写入文件。

WriteOcrClassSvm写入光学字符识别类支持向量机

Write an OCR classifier to a file.

将OCR分类器写入文件。

WriteOcrTrainf写入光学字符识别训练文件

Storing of training characters into a file.

将训练字符存储到文件中。

WriteOcrTrainfImage写入光学字符识别训练文件图像

Write characters into a training file.

将字符写入训练文件。

WriteOcv写入光学字符验证

Saving an OCV tool to file.

将OCV工具保存到文件。

WritePolygonXldArcInfo写入多边形扩展线描述ARC信息

Write XLD polygons to a file in ARC/INFO generate format.

将XLD多边形以ARC/INFO生成格式写入文件。

WritePolygonXldDxf写入多边形扩展线描述DXF

Write XLD polygons to a file in DXF format.

将XLD多边形写入DXF格式的文件。

WritePose写入姿态

Write a 3D pose to a text file.

将3D姿态写入文本文件。

WriteRegion写入区域

Write regions to a file.

将区域写入文件。

WriteSampleIdentifier写入样本标识符

Write a sample identifier to a file.

将样本标识符写入文件。

WriteSamplesClassGmm写入样本类高斯混合模型

Write the training data of a Gaussian Mixture Model to a file.

将高斯混合模型的训练数据写入文件。

WriteSamplesClassMlp写入样本类多层感知机

Write the training data of a multilayer perceptron to a file.

将多层感知机的训练数据写入文件。

WriteSamplesClassSvm写入样本类支持向量机

Write the training data of a support vector machine to a file.

将支持向量机的训练数据写入文件。

WriteSerial写入串行

Write to a serial connection.

写入串行连接。

WriteShapeModel写入形状模型

Write a shape model to a file.

将形状模型写入文件。

WriteShapeModel3d写入形状模型三维

Write a 3D shape model to a file.

将三维形状模型写入文件。

WriteSheetOfLightModel写入激光三角测量模型

Write a sheet-of-light model to a file.

将激光三角测量模型写入文件。

WriteString写入字符串

Print text in a window.

在窗口中打印文本。

WriteStructuredLightModel写入结构化光模型

Write a structured light model to a file.

将结构光模型写入文件。

WriteSurfaceModel写入表面模型

Write a surface model to a file.

将表面模型写入文件。

WriteTemplate写入模板

Writing a template to file.

将模板写入文件。

WriteTextureInspectionModel写入纹理检查模型

Write a texture inspection model to a file.

将纹理检查模型写入文件。

WriteTrainingComponents写入训练组件

Write a component training result to a file.

将组件训练结果写入文件。

WriteTuple写入元组

Write a tuple to a file.

将元组写入文件。

WriteVariationModel写入变体模型

Write a variation model to a file.

将变体模型写入文件。

XRangeFunct1d X范围函数一维

Smallest and largest x value of the function.

函数的最小和最大x值。

XyzToObjectModel3d XYZ至对象模型三维

Transform 3D points from images to a 3D object model.

将图像中的3D点变换为3D对象模型。

YRangeFunct1d Y范围函数一维

Smallest and largest y value of the function.

函数的最小和最大y值。

ZeroCrossing零交叉点

Extract zero crossings from an image.

从图像中提取零交叉点。zero crossings零交叉点,又叫过零点。

ZeroCrossingSubPix零交叉点亚像素

Extract zero crossings from an image with subpixel accuracy.

以亚像素精度从图像中提取零交叉点。

ZeroCrossingsFunct1d零交叉点函数一维

Calculate the zero crossings of a function.

计算函数的零交叉点。

ZoomImageFactor缩放图像因子

Zoom an image by a given factor.

按给定因子缩放图像。

ZoomImageSize缩放图像大小

Zoom an image to a given size.

将图像缩放到给定大小。

ZoomRegion缩放区域

Zoom a region.

缩放区域。


首页
84162741QQ
联系