Search Results for

    Show / Hide Table of Contents

    Struct HuMoments

    Represents the seven invariant Hu image moments.

    Namespace: OpenCV.Net
    Assembly: OpenCV.Net.dll
    Syntax
    public struct HuMoments

    Fields

    | Improve this Doc View Source

    Hu1

    The seven Hu moments invariant to image scale, rotation, and reflection except the seventh one, whose sign is changed by reflection.

    Declaration
    public double Hu1
    Field Value
    Type Description
    Double
    | Improve this Doc View Source

    Hu2

    The seven Hu moments invariant to image scale, rotation, and reflection except the seventh one, whose sign is changed by reflection.

    Declaration
    public double Hu2
    Field Value
    Type Description
    Double
    | Improve this Doc View Source

    Hu3

    The seven Hu moments invariant to image scale, rotation, and reflection except the seventh one, whose sign is changed by reflection.

    Declaration
    public double Hu3
    Field Value
    Type Description
    Double
    | Improve this Doc View Source

    Hu4

    The seven Hu moments invariant to image scale, rotation, and reflection except the seventh one, whose sign is changed by reflection.

    Declaration
    public double Hu4
    Field Value
    Type Description
    Double
    | Improve this Doc View Source

    Hu5

    The seven Hu moments invariant to image scale, rotation, and reflection except the seventh one, whose sign is changed by reflection.

    Declaration
    public double Hu5
    Field Value
    Type Description
    Double
    | Improve this Doc View Source

    Hu6

    The seven Hu moments invariant to image scale, rotation, and reflection except the seventh one, whose sign is changed by reflection.

    Declaration
    public double Hu6
    Field Value
    Type Description
    Double
    | Improve this Doc View Source

    Hu7

    The seven Hu moments invariant to image scale, rotation, and reflection except the seventh one, whose sign is changed by reflection.

    Declaration
    public double Hu7
    Field Value
    Type Description
    Double
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX