Метод | Описание | |
---|---|---|
Compute ( |
Computes the Hu moments from the specified central moments.
|
|
Compute ( |
Computes the center moments for the specified image.
|
|
Compute ( float image, |
Computes the center moments for the specified image.
|
|
HuMoments ( |
Initializes a new instance of the HuMoments class.
|
|
HuMoments ( float image, int order = defaultOrder ) : System |
Initializes a new instance of the HuMoments class.
|
|
HuMoments ( int order = defaultOrder ) : System |
Initializes a new instance of the HuMoments class.
|
public Compute ( |
||
moments | The central moments to use as base of calculations. | |
Результат | void |
public Compute ( |
||
image | The image whose moments should be computed. | |
area | The region of interest in the image to compute moments for. | |
Результат | void |
public Compute ( float image, |
||
image | float | The image whose moments should be computed. |
area | The region of interest in the image to compute moments for. | |
Результат | void |
public HuMoments ( |
||
image | The image whose moments should be computed. | |
order | int | The maximum moment order to be computed. |
Результат | System |
public HuMoments ( float image, int order = defaultOrder ) : System | ||
image | float | The image whose moments should be computed. |
order | int | The maximum order for the moments. |
Результат | System |
public HuMoments ( int order = defaultOrder ) : System | ||
order | int | The maximum moment order to be computed. |
Результат | System |