Histogram Functions
AvgIntensity Returns the average greyscale value of the input image
EntropyCalc Returns the entropy of the greyscale values of the input image
HighestGrey Returns the highest greyscale value of the input image
KurtosisCalc Returns the excess kurtosis of the greyscale values of the input image
LowestGrey Returns the lowest greyscale value of the input image
MSECalc Returns the greyscale mean-squared-error value between the two input images
SkewCalc Returns the skew of the greyscale values of the input image
STDCalc Returns the standard deviation of the greyscale values of the input image
VarianceCalc Returns the variance of the greyscale values of the input image
LocalEq3x3 Returns an image that has been equalised by examining values in a moving 3x3 window on the input image
LocalEq5x5 Returns an image that has been equalised by examining values in a moving 5x5 window on the input image
Home         Back