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 SourceHu1
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 |
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 |
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 |
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 |
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 |
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 |
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 |