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

图像编程

Halcon所有算子及算子作用索引-V(17.12~24.11版)

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

Halcon所有算子及算子作用索引-V(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所有算子索引

V

VarThreshold可变阈值

Threshold an image by local mean and standard deviation analysis.

通过局部均值和标准差分析对图像进行阈值处理。

VectorAngleToRigid向量角至刚性

Compute a rigid affine transformation from points and angles.

从点和角度计算刚性仿射变换。

VectorFieldLength向量场长度

Compute the length of the vectors of a vector field.

计算向量场的向量长度。

VectorFieldToHomMat2d向量场至齐次矩阵二维

Approximate an affine map from a displacement vector field.

从位移向量场近似仿射图。

VectorFieldToReal向量场至实数

Convert a vector field image into two real-valued images.

将向量场图像转换为两个实值图像。

VectorToAniso向量至各向异性

Approximate an anisotropic similarity transformation from point correspondences.

从点对应关系近似各向异性相似性变换。

VectorToEssentialMatrix向量至基本矩阵

Compute the essential matrix given image point correspondences and known camera matrices and reconstruct 3D points.

计算给定图像点对应关系和已知相机矩阵的基本矩阵,并重建3D点。

VectorToFundamentalMatrix向量至基础矩阵

Compute the fundamental matrix given a set of image point correspondences and reconstruct 3D points.

在给定一组图像点对应关系的情况下计算基础矩阵,并重建3D点。

VectorToFundamentalMatrixDistortion向量至基础矩阵畸变

Compute the fundamental matrix and the radial distortion coefficient given a set of image point correspondences and reconstruct 3D points.

在给定一组图像点对应关系的情况下,计算基本矩阵和径向失真系数,并重建3D点。

VectorToHomMat2d向量至齐次矩阵二维

Approximate an affine transformation from point correspondences.

根据点对应关系近似仿射变换。

VectorToHomMat3d向量至齐次矩阵三维

Approximate a 3D transformation from point correspondences.

根据点对应关系近似3D变换。

VectorToPose向量至姿态

Compute an absolute pose out of point correspondences between world and image coordinates.

计算世界坐标和图像坐标之间的点外绝对姿态对应关系。

VectorToProjHomMat2d向量至投影齐次矩阵二维

Compute a projective transformation matrix using given point correspondences.

使用给定的点对应关系计算投影变换矩阵。

VectorToProjHomMat2dDistortion向量至投影齐次矩阵二维畸变

Compute a projective transformation matrix and the radial distortion coefficient using given image point correspondences.

使用给定的图像点对应关系计算投影变换矩阵和径向失真系数。

VectorToRelPose向量至相对姿态

Compute the relative orientation between two cameras given image point correspondences and known camera parameters and reconstruct 3D space points.

在给定图像点对应关系和已知相机参数的情况下,计算两个相机之间的相对方向,并重建3D空间点。

VectorToRigid向量至刚性

Approximate a rigid affine transformation from point correspondences.

从点对应关系近似刚性仿射变换。

VectorToSimilarity向量至相似性

Approximate a similarity transformation from point correspondences.

从点对应关系近似相似性变换。

VolumeObjectModel3dRelativeToPlane向量对象模型三维相对于平面

Calculate the volume of a 3D object model.

计算三维对象模型的体积。


更多NI视觉软件使用,可参考作者相关作品:

视觉助手软件教程:

《NI Vision Assistant2024图像处理视频教程》-NI视觉助手视频教程,基于NI视觉助手2024版本

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

《NI Vision Assistant2020-2024图像处理教程》视觉助手2024版教程PDF版本

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

VBAI软件教程:

《NI Vision Builder for Automated Inspection2023图像处理视频教程》,基于NI VBAI自动化检测视觉生成器2023版本介绍

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

《NI Vision Builder for Automated Inspection 2020&2023入门教程》,VBAI2020/2023自动化检测视觉生成器PDF文档版

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

LabVIEW Vision Development Module教程:

《LabVIEW Vision函数实例详解2020-2024》NI Vision所有函数使用方法介绍,基于NI VISION2020,兼容VDM2021/2022/2023/2024

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

《LabVIEW Vision图像处理开发宝典(第二版)》介绍如何在LabVIEW中开发图像处理程序,如何搭建常用的图像处理框架

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

《LabVIEW VISION图像处理宝典视频教程》LabVIEW如何使用NI Vision开发图像处理程序框图

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

LabVIEW Halcon教程:

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

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

VAS驱动软件采集图像教程:

《LabVIEW驱动相机采集图像指南(24.11)》 LabVIEW图像采集 LabVIEW相机驱动 NI-IMAQdx相机驱动 Halcon采集图像驱动

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

机器视觉硬件和方案相关教程:

《机器视觉实用教程视频教程+附加案例》,相机镜头光源控制器硬件选型,视觉案例解析

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

《机器视觉实用教程(修订版)》,工业相机、工业镜头、机器视觉光源、光源控制器、图像采集卡、延长管延长线滤光片标定板等配件的选型知识

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


首页
84162741QQ
联系