Method | Description | |
---|---|---|
CentralMoments ( |
Initializes a new instance of the CentralMoments class.
|
|
CentralMoments ( |
Initializes a new instance of the CentralMoments class.
|
|
CentralMoments ( |
Initializes a new instance of the CentralMoments class.
|
|
CentralMoments ( |
Initializes a new instance of the CentralMoments class.
|
|
CentralMoments ( float image, |
Initializes a new instance of the CentralMoments class.
|
|
CentralMoments ( float image, int order = DefaultOrder ) : System |
Initializes a new instance of the CentralMoments class.
|
|
CentralMoments ( int order = DefaultOrder ) : System |
Initializes a new instance of the CentralMoments class.
|
|
Compute ( |
Computes the center moments from the specified raw moments.
|
|
Compute ( |
Computes the center moments for the specified image.
|
|
Compute ( float image, |
Computes the center moments for the specified image.
|
|
GetOrientation ( ) : float |
Gets the orientation of the ellipse containing the image.
|
|
GetSize ( ) : |
Gets the size of the ellipse containing the image.
|
|
GetSizeAndOrientation ( float &angle ) : |
Gets both size and orientation of the ellipse containing the image.
|
public CentralMoments ( |
||
image | The image whose moments should be computed. | |
area | The region of interest in the image to compute moments for. | |
order | int | The maximum order for the moments. |
return | System |
public CentralMoments ( |
||
image | The image whose moments should be computed. | |
order | int | The maximum order for the moments. |
return | System |
public CentralMoments ( |
||
moments | The raw moments to construct central moments. | |
return | System |
public CentralMoments ( |
||
image | The image whose moments should be computed. | |
area | The region of interest in the image to compute moments for. | |
order | int | The maximum order for the moments. |
return | System |
public CentralMoments ( float image, |
||
image | float | The image whose moments should be computed. |
area | The region of interest in the image to compute moments for. | |
order | int | The maximum order for the moments. |
return | System |
public CentralMoments ( float image, int order = DefaultOrder ) : System | ||
image | float | The image whose moments should be computed. |
order | int | The maximum order for the moments. |
return | System |
public CentralMoments ( int order = DefaultOrder ) : System | ||
order | int | |
return | System |
public Compute ( |
||
moments | The raw moments to use as base of calculations. | |
return | void |
public Compute ( |
||
image | The image whose moments should be computed. | |
area | The region of interest in the image to compute moments for. | |
return | void |
public Compute ( float image, |
||
image | float | The image. |
area | The region of interest in the image to compute moments for. | |
return | void |
public GetSizeAndOrientation ( float &angle ) : |
||
angle | float | The angle of orientation of the ellipse, in radians. |
return |