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

图像编程

Halcon所有类及类下算子作用索引-HImage图像(4)(17.12~24.11版)

文章来源:石鑫华视觉网时间:2025-01-10 17:36:28 点击:22

Halcon所有类及类下算子作用索引-HImage图像(4)(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所有类和方法索引

HImage图像(4)

Represents an instance of an image object(-array).

表示图像对象(-数组)的实例。

GenGaussFilter生成高斯滤波器

Generate a Gaussian filter in the frequency domain.

在频域中生成高斯滤波器。

GenGaussPyramid生成高斯金字塔

Calculating a Gauss pyramid.

计算高斯金字塔。

GenGridRectificationMap生成网格校正映射

Compute the mapping between the distorted image and the rectified image based upon the points of a regular grid.

基于规则网格的点计算畸变图像和校正图像之间的映射。

GenHighpass生成高通

Generate an ideal highpass filter.

生成理想的高通滤波器。

GenImage1生成图像1

Create an image from a pointer to the pixels.

从指向像素的指针创建图像。

GenImage1Extern生成图像1外部

Create an image from a pointer on the pixels with storage management.

使用存储管理从像素上的指针创建图像。

GenImage1Rect生成图像1矩形

Create an image with a rectangular domain from a pointer on the pixels (with storage management).

从像素上的指针创建具有矩形域的图像(使用存储管理)。

GenImage3生成图像3

Create an image from three pointers to the pixels (red/green/blue).

从三个指向像素(红/绿/蓝)的指针创建图像。

GenImage3Extern生成图像3外部

Create a three-channel image from three pointers on the pixels with storage management.

使用存储管理从像素上的三个指针创建三通道图像。

GenImageConst生成图像常量

Create an image with constant gray value.

创建具有恒定灰度值的图像。

GenImageGrayRamp生成图像灰度渐变

Create a gray value ramp.

创建灰度值渐变。

GenImageInterleaved生成图像交错

Create a three-channel image from a pointer to the interleaved pixels.

从指向交错像素的指针创建三通道图像。

GenImageProto生成图像原型

Create an image with a specified constant gray value.

创建具有指定恒定灰度值的图像。

GenImageSurfaceFirstOrder生成图像表面一阶

Create a tilted gray surface with first order polynomial.

使用一阶多项式创建倾斜的灰度表面。

GenImageSurfaceSecondOrder 生成图像表面二阶

Create a curved gray surface with second order polynomial.

使用二阶多项式创建弯曲的灰度表面。

GenImageToWorldPlaneMap生成图像至世界平面映射

Generate a projection map that describes the mapping between the image plane and the plane z=0 of a world coordinate system.

生成一个投影映射,描述图像平面和世界坐标系z=0平面之间的映射。

GenInitialComponents生成初始组件

Extract the initial components of a component model.

提取组件模型的初始组件。

GenLowpass生成低通

Generate an ideal lowpass filter.

生成一个理想的低通滤波器。

GenMeanFilter生成均值滤波器

Generate a mean filter in the frequency domain.

在频域中生成均值滤波器。

GenPrincipalCompTrans生成主成分变换

Compute the transformation matrix of the principal component analysis of multichannel images.

计算多通道图像主成分分析的变换矩阵。

GenProjectiveMosaic生成投影拼接

Combine multiple images into a mosaic image.

将多个图像合并成拼接图像。

GenPsfDefocus生成脉冲响应函数散焦

Generate an impulse response of an uniform out-of-focus blurring.

生成均匀离焦模糊的脉冲响应。脉冲响应函数Psf:impulse response function。

GenPsfMotion生成脉冲响应函数运动

Generate an impulse response of a (linearly) motion blurring.

生成(线性)运动模糊的脉冲响应。

GenRadialDistortionMap生成径向畸变映射

Generate a projection map that describes the mapping of images corresponding to a changing radial distortion.

生成一个投影图,描述与变化的径向畸变相对应的图像映射。

GenSinBandpass生成正弦带通

Generate a bandpass filter with sinusoidal shape.

生成正弦形状的带通滤波器。

GenSphericalMosaic生成球形拼接

Create a spherical mosaic image.

创建球形拼接图像。

GenStdBandpass生成标准带通

Generate a bandpass filter with Gaussian or sinusoidal shape.

生成高斯或正弦形状的带通滤波器。

GetDomain获取域

Get the domain of an image.

获取图像的域。

GetFeaturesOcrClassKnn获取特征光学字符识别类K-最近邻

Compute the features of a character.

计算字符的特征。

GetFeaturesOcrClassMlp获取特征光学字符识别类多层感知机

Compute the features of a character.

计算字符的特征。

GetFeaturesOcrClassSvm获取特征光学字符识别类支持向量机

Compute the features of a character.

计算字符的特征。

GetFoundComponentModel获取找到组件模型

Return the components of a found instance of a component model.

返回已找到组件模型实例的组件。

GetGrayval获取灰度值

Access the gray values of an image object.

访问图像对象的灰度值。

GetGrayvalContourXld获取灰度值轮廓扩展线描述

Return gray values of an image at the positions of an XLD contour.

返回XLD轮廓位置处的图像灰度值。

GetGrayvalInterpolated获取灰度值插值

Return gray values of an image at the positions given by tuples of rows and columns.

返回图像在行和列元组给出的位置处的灰度值。

GetImagePointer1获取图像指针1

Access the pointer of a channel.

访问通道的指针。

GetImagePointer1Rect获取图像指针1矩形

Access to the image data pointer and the image data inside the smallest rectangle of the domain of the input image.

访问图像数据指针和输入图像域最小矩形内的图像数据。

GetImagePointer3获取图像指针3

Access the pointers of a colored image.

访问彩色图像的指针。

GetImageSize获取图像大小

Return the size of an image.

返回图像的大小。

GetImageTime获取图像时间

Request time at which the image was created.

请求创建图像的时间。

GetImageType获取图像类型

Return the type of an image.

返回图像的类型。

GetMeasureParam获取测量参数(22.05)

Return the parameters and properties of a measure object.

返回测量值对象的参数和属性。

GetShapeModelClutter获取形状模型杂波(19.05)

Get the clutter parameters of a shape model.

获取形状模型的杂波参数。

GetSheetOfLightResult获取激光三角测量结果

Get the iconic results of a measurement performed with the sheet-of light technique.

获取使用激光三角测量技术进行测量的图标结果。

GetTextureInspectionModelImage获取纹理检查模型图像

Get the training images contained in a texture inspection model.

获取纹理检查模型中包含的训练图像。

GiveBgEsti给定背景估计

Return the estimated background image.

返回估计的背景图像。

GrabData抓取数据

Synchronous grab of images and preprocessed image data from the specified image acquisition device.

从指定的图像采集设备同步抓取图像和预处理图像数据。

GrabDataAsync抓取数据异步

Asynchronous grab of images and preprocessed image data from the specified image acquisition device.

从指定的图像采集设备异步抓取图像和预处理图像数据。

GrabImage抓取图像

Synchronous grab of an image from the specified image acquisition device.

从指定的图像采集设备同步抓取图像。

GrabImageAsync抓取图像异步

Asynchronous grab of an image from the specified image acquisition device.

从指定的图像采集设备异步抓取图像。

GrayBothat灰度底帽

Perform a gray value bottom hat transformation on an image.

对图像执行灰度值底帽变换。

GrayClosing灰度闭

Perform a gray value closing on an image.

对图像执行灰度值闭。

GrayClosingRect灰度闭矩形

Perform a gray value closing with a rectangular mask.

使用矩形掩模执行灰度值闭。

GrayClosingShape灰度闭形状

Perform a gray value closing with a selected mask.

使用选定的掩模执行灰度值闭。

GrayDilation灰度膨胀

Perform a gray value dilation on an image.

对图像执行灰度值膨胀。

GrayDilationRect灰度膨胀矩形

Determine the maximum gray value within a rectangle.

确定矩形内的最大灰度值。

GrayDilationShape灰度膨胀形状

Determine the maximum gray value within a selected mask.

确定选定掩模内的最大灰度值。

GrayErosion灰度腐蚀

Perform a gray value erosion on an image.

对图像执行灰度值腐蚀。

GrayErosionRect灰度腐蚀矩形

Determine the minimum gray value within a rectangle.

确定矩形内的最小灰度值。

GrayErosionShape灰度腐蚀形状

Determine the minimum gray value within a selected mask.

确定选定蒙版内的最小灰度值。

GrayHisto灰度直方图

Calculate the gray value distribution.

计算灰度值分布。

GrayHistoAbs灰度直方图绝对

Calculate the gray value distribution.

计算灰度值分布。

GrayHistoRange灰度直方图范围

Calculate the gray value distribution of a single channel image within a certain gray value range.

计算单通道图像在一定灰度值范围内的灰度值分布。

GrayInside灰度内部

Calculate the lowest possible gray value on an arbitrary path to the image border for each point in the image.

为图像中的每个点计算到图像边界的任意路径上的最低可能灰度值。

GrayOpening灰度开

Perform a gray value opening on an image.

对图像执行灰度值打开。

GrayOpeningRect灰度开矩形

Perform a gray value opening with a rectangular mask.

使用矩形掩模执行灰度值开。

GrayOpeningShape灰度开形状

Perform a gray value opening with a selected mask.

使用选定的掩模执行灰度值打。

GrayProjections灰度投影

Calculate horizontal and vertical gray-value projections.

计算水平和垂直灰度值投影。

GrayRangeRect灰度范围矩形

Determine the gray value range within a rectangle.

确定矩形内的灰度值范围。

GraySkeleton灰度骨架

Thinning of gray value images.

灰度值图像的细化。

GrayTophat灰度顶帽

Perform a gray value top hat transformation on an image.

对图像执行灰度值顶帽变换。

GuidedFilter导向滤波器

Guided filtering of an image.

图像的导向滤波。


首页
84162741QQ
联系