注册登陆后可查看附件和大图,以及购买相关内容
您需要 登录 才可以下载或查看,没有账号?注册会员
x
Halcon所有类及类下算子作用索引-HMatrix矩阵(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混合编程机器视觉与图像处理入门学习资料 Index of all Classes and Methods所有类和方法索引 HMatrix矩阵Represents an instance of a matrix. 表示矩阵的实例。 AbsMatrix绝对矩阵Compute the absolute values of the elements of a matrix. 计算矩阵元素的绝对值。 AbsMatrixMod绝对矩阵模Compute the absolute values of the elements of a matrix. 计算矩阵元素的绝对值。 AddMatrix加矩阵Add two matrices. 加两个矩阵。 AddMatrixMod加矩阵模Add two matrices. 加两个矩阵。 ClearMatrix清除矩阵Free the memory of a matrix. 释放矩阵的内存。 CopyMatrix复制矩阵Copy a matrix. 复制矩阵。 CreateMatrix创建矩阵Create a matrix. 创建一个矩阵。 DecomposeMatrix分解矩阵Decompose a matrix. 分解矩阵。 DeserializeMatrix反序列化矩阵Deserialize a serialized matrix. 反序列化一个序列化的矩阵。 DeterminantMatrix行列式矩阵Compute the determinant of a matrix. 计算矩阵的行列式。 DivElementMatrix除元素矩阵Divide matrices element-by-element. 逐个元素地除矩阵。 DivElementMatrixMod除元素矩阵模Divide matrices element-by-element. 逐个元素地除矩阵。 EigenvaluesGeneralMatrix特征值通用矩阵Compute the eigenvalues and optionally the eigenvectors of a general matrix. 计算一般矩阵的特征值和可选的特征向量。 EigenvaluesSymmetricMatrix特征值对称矩阵Compute the eigenvalues and optionally eigenvectors of a symmetric matrix. 计算对称矩阵的特征值和可选的特征向量。 GeneralizedEigenvaluesGeneralMatrix广义特征值一般矩阵Compute the generalized eigenvalues and optionally the generalized eigenvectors of general matrices. 计算一般矩阵的广义特征值和可选的广义特征向量。 GeneralizedEigenvaluesSymmetricMatrix广义特征值对称矩阵Compute the generalized eigenvalues and optionally generalized eigenvectors of symmetric input matrices. 计算对称输入矩阵的广义特征值和可选的广义特征向量。 GetDiagonalMatrix获取对角矩形Get the diagonal elements of a matrix. 获取矩阵的对角元素。 GetFullMatrix获取全矩阵Return all values of a matrix. 返回矩阵的所有值。 GetSizeMatrix获取大小矩阵Get the size of a matrix. 获取矩阵的大小。 GetSubMatrix获取子矩阵Get a sub-matrix of a matrix. 获取矩阵的子矩阵。 GetValueMatrix获取值矩阵Return one ore more elements of a matrix. 返回矩阵的一个或多个元素。 InvertMatrix反转矩阵Invert a matrix. 反转矩阵。 InvertMatrixMod反转矩阵模Invert a matrix. 反转矩阵。 MaxMatrix最大矩阵Returns the elementwise maximum of a matrix. 返回矩阵的元素最大值。 MeanMatrix均值矩阵Returns the elementwise mean of a matrix. 返回矩阵的元素平均值。 MinMatrix最小矩阵Returns the elementwise minimum of a matrix. 返回矩阵的元素最小值。 MultElementMatrix乘元素矩阵Multiply matrices element-by-element. 将矩阵逐元素相乘。 MultElementMatrixMod乘元素矩阵模Multiply matrices element-by-element. 将矩阵逐元素相乘。 MultMatrix乘矩阵Multiply two matrices. 将两个矩阵相乘。 MultMatrixMod乘矩阵模Multiply two matrices. 将两个矩阵相乘。 NormMatrix范数矩阵Norm of a matrix. 矩阵的范数。 OrthogonalDecomposeMatrix正交分解矩阵Perform an orthogonal decomposition of a matrix. 对矩阵进行正交分解。 PowElementMatrix幂元素矩阵Compute the power functions of the elements of a matrix. 计算矩阵元素的幂函数。 PowElementMatrixMod幂元素矩阵模Compute the power functions of the elements of a matrix. 计算矩阵元素的幂函数。 PowMatrix幂矩阵Compute the power functions of a matrix. 计算矩阵的幂函数。 PowMatrixMod幂矩阵模Compute the power functions of a matrix. 计算矩阵的幂函数。 PowScalarElementMatrix幂标量元素矩阵Compute the power functions of the elements of a matrix. 计算矩阵元素的幂函数。 PowScalarElementMatrixMod幂标量元素矩阵模Compute the power functions of the elements of a matrix. 计算矩阵元素的幂函数。 ReadMatrix读取矩阵Read a matrix from a file. 从文件中读取矩阵。 RepeatMatrix重复矩阵Repeat a matrix. 重复一个矩阵。 ScaleMatrix缩放矩阵Scale a matrix. 缩放矩阵。 ScaleMatrixMod缩放矩阵模Scale a matrix. 缩放矩阵。 SerializeMatrix序列化矩阵Serialize a matrix. 序列化矩阵。 SetDiagonalMatrix设置对角矩阵Set the diagonal elements of a matrix. 设置矩阵的对角元素。 SetFullMatrix设置全矩阵Set all values of a matrix. 设置矩阵的所有值。 SetSubMatrix设置子矩阵Set a sub-matrix of a matrix. 设置矩阵的子矩阵。 SetValueMatrix设置值矩阵Set one or more elements of a matrix. 设置矩阵的一个或多个元素。 SolveMatrix求解矩阵Compute the solution of a system of equations. 计算方程组的解。 SqrtMatrix平方根矩阵Compute the square root values of the elements of a matrix. 计算矩阵元素的平方根值。 SqrtMatrixMod平方根矩阵模Compute the square root values of the elements of a matrix. 计算矩阵元素的平方根值。 SubMatrix减矩阵Subtract two matrices. 减两个矩阵。 SubMatrixMod减矩阵模Subtract two matrices. 减两个矩阵。 SumMatrix和矩阵Returns the elementwise sum of a matrix. 返回矩阵的元素总和。 TransposeMatrix转置矩阵Transpose a matrix. 转置矩阵。 TransposeMatrixMod转置矩阵模Transpose a matrix. 转置矩阵。 WriteMatrix写入矩阵Write a matrix to a file. 将矩阵写入文件。
|