石鑫华视觉论坛

 找回密码
 注册会员
查看: 23|回复: 0

[原创] Halcon所有类及类下算子作用索引-HMatrix矩阵(17.12~24.11版)

[复制链接]
  • TA的每日心情
    无聊
    12 小时前
  • 签到天数: 3436 天

    连续签到: 38 天

    [LV.Master]2000FPS

     楼主| 发表于 昨天 18:31 | 显示全部楼层 |阅读模式 来自:广东省东莞市 电信

    注册登陆后可查看附件和大图,以及购买相关内容

    您需要 登录 才可以下载或查看,没有账号?注册会员

    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.
    将矩阵写入文件。

    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 注册会员

    本版积分规则

    LabVIEW HALCON图像处理入门教程(24.09)
    石鑫华机器视觉与LabVIEW Vision图像处理PDF+视频教程11种全套
    《LabVIEW Vision函数实例详解2020-2024》教程-NI Vision所有函数使用方法介绍,基于NI VISION2020,兼容VDM21/22/23/24

    QQ|石鑫华视觉论坛 |网站地图

    GMT+8, 2025-1-15 21:53

    Powered by Discuz! X3.4

    © 2001-2025 Discuz! Team.

    快速回复 返回顶部 返回列表