这里的类和算子是针对.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所有类和方法索引
Represents an instance of a matrix.
表示矩阵的实例。
Compute the absolute values of the elements of a matrix.
计算矩阵元素的绝对值。
Compute the absolute values of the elements of a matrix.
计算矩阵元素的绝对值。
Add two matrices.
加两个矩阵。
Add two matrices.
加两个矩阵。
Free the memory of a matrix.
释放矩阵的内存。
Copy a matrix.
复制矩阵。
Create a matrix.
创建一个矩阵。
Decompose a matrix.
分解矩阵。
Deserialize a serialized matrix.
反序列化一个序列化的矩阵。
Compute the determinant of a matrix.
计算矩阵的行列式。
Divide matrices element-by-element.
逐个元素地除矩阵。
Divide matrices element-by-element.
逐个元素地除矩阵。
Compute the eigenvalues and optionally the eigenvectors of a general matrix.
计算一般矩阵的特征值和可选的特征向量。
Compute the eigenvalues and optionally eigenvectors of a symmetric matrix.
计算对称矩阵的特征值和可选的特征向量。
Compute the generalized eigenvalues and optionally the generalized eigenvectors of general matrices.
计算一般矩阵的广义特征值和可选的广义特征向量。
Compute the generalized eigenvalues and optionally generalized eigenvectors of symmetric input matrices.
计算对称输入矩阵的广义特征值和可选的广义特征向量。
Get the diagonal elements of a matrix.
获取矩阵的对角元素。
Return all values of a matrix.
返回矩阵的所有值。
Get the size of a matrix.
获取矩阵的大小。
Get a sub-matrix of a matrix.
获取矩阵的子矩阵。
Return one ore more elements of a matrix.
返回矩阵的一个或多个元素。
Invert a matrix.
反转矩阵。
Invert a matrix.
反转矩阵。
Returns the elementwise maximum of a matrix.
返回矩阵的元素最大值。
Returns the elementwise mean of a matrix.
返回矩阵的元素平均值。
Returns the elementwise minimum of a matrix.
返回矩阵的元素最小值。
Multiply matrices element-by-element.
将矩阵逐元素相乘。
Multiply matrices element-by-element.
将矩阵逐元素相乘。
Multiply two matrices.
将两个矩阵相乘。
Multiply two matrices.
将两个矩阵相乘。
Norm of a matrix.
矩阵的范数。
Perform an orthogonal decomposition of a matrix.
对矩阵进行正交分解。
Compute the power functions of the elements of a matrix.
计算矩阵元素的幂函数。
Compute the power functions of the elements of a matrix.
计算矩阵元素的幂函数。
Compute the power functions of a matrix.
计算矩阵的幂函数。
Compute the power functions of a matrix.
计算矩阵的幂函数。
Compute the power functions of the elements of a matrix.
计算矩阵元素的幂函数。
Compute the power functions of the elements of a matrix.
计算矩阵元素的幂函数。
Read a matrix from a file.
从文件中读取矩阵。
Repeat a matrix.
重复一个矩阵。
Scale a matrix.
缩放矩阵。
Scale a matrix.
缩放矩阵。
Serialize a matrix.
序列化矩阵。
Set the diagonal elements of a matrix.
设置矩阵的对角元素。
Set all values of a matrix.
设置矩阵的所有值。
Set a sub-matrix of a matrix.
设置矩阵的子矩阵。
Set one or more elements of a matrix.
设置矩阵的一个或多个元素。
Compute the solution of a system of equations.
计算方程组的解。
Compute the square root values of the elements of a matrix.
计算矩阵元素的平方根值。
Compute the square root values of the elements of a matrix.
计算矩阵元素的平方根值。
Subtract two matrices.
减两个矩阵。
Subtract two matrices.
减两个矩阵。
Returns the elementwise sum of a matrix.
返回矩阵的元素总和。
Transpose a matrix.
转置矩阵。
Transpose a matrix.
转置矩阵。
Write a matrix to a file.
将矩阵写入文件。