Contents
Navigation
Home User Reference Other Resources


The QTPlgImageStatistics class allows you to retrieve statistics about the data distribution of a given object.

Since version 6.7 of the plugin this class can be used in Console Applications






At time there is no way to obtain valid QTPlgImageStatistics class instances but using the property of the class. You can obtain copies of a QTPlgImageHistogram class instance using its . As usual, the ˜QTPlgImageStatistics class destructor, is called automatically when the class is no more in use. Also, you can invoke the class destructor by setting the instance of the class to nil.


The class provides you with the following initializer methods:
(other as QTPlgImageStatistics)
This is the copy constructor. The properties of the object to be copied will be used to initialize the new class instance properties

specifies the number of items (pixel values) used to perform the statistic computations
specifies the mean value
specifies the variance
specifies the standard deviation
specifies the average deviation
specifies the minimum value in the specified set of data
specifies the maximum value in the specified set of data