Functions | |
T | min () |
T | max () |
float | avg () |
float | dev () |
|
Returns the average value of the gray levels in the current image.
Definition at line 125 of file Image.cpp. Referenced by Image::dev().
|
|
Returns the standard deviation of the gray level distribution in the current image.
|
|
Returns the maximum gray level in the current image.
Definition at line 116 of file Image.cpp. Referenced by Contrast(), Histogram::Histogram(), HitOrMiss(), and TemplateMatch().
|
|
Returns the minimum gray level in the current image.
Definition at line 107 of file Image.cpp. Referenced by Contrast(), and Histogram::Histogram().
|