CStats Class
The CStats class computes statistics over a rectangular region of an image. This class uses the same statistical algorithms as the CImCombine class.
Construction |
Object = CStats:new() |
Destruction |
Object:delete() |
ptr |
A pointer to the Mira statistics object. It is not wise to work directly with the value of ptr. If it is needed by another class, use the GetStatsPtr method to access it. |
Creates a new instance of the CImage class. |
|
Deletes the instance of the CImage object and deletes its image from memory. |
Returns a pointer to the Mira statistics object wrapped by the CStats class. |
|
Returns the error message after a statistics calculation. |
|
Returns a CImage for the image being measured. |
|
Returns a CRect for the rectangle being measured. |
|
Returns 0 if a calculation succeeded or a non zero error code if it failed. |
|
Specifies the CImage to be measured. |
Returns the alpha clipped mean value. |
|
Returns the contra-power mean value. |
|
Returns the geometric mean value. |
|
Returns the maximum value. |
|
Returns the maximum clipped mean value. |
|
Returns the coordinate of the maximum value. |
|
Returns the mean value. |
|
Returns the mean and standard deviation. |
|
Returns the median value. |
|
Returns the minimum value. |
|
Returns the minimum clipped mean value. |
|
Returns the minimum and maximum clipped mean value. |
|
Returns the coordinate of the minimum value. |
|
Returns the Modified Trimmed Mean value. |
|
Returns the rank percentile clipped mean value. |
|
Returns the standard deviation using the computed mean or a specified mean. |
|
Returns the sigma clipped mean value. |
|
Returns the Yp Mean value. |