#include <Histogram.h>
Inheritance diagram for prapi::HistogramOperation::ContrastStretching:

Public Methods | |
| ContrastStretching (int minValue=0, int maxValue=255, int oldMinValue=0, int oldMaxValue=0) | |
| ContrastStreching. | |
| Matrix< int > | getTransformedImage (const Matrix< int > &mat) throw (ImageTransformException&) |
|
||||||||||||||||||||
|
ContrastStreching. If constructor don't get any parameters it finds the range where it could strech the values. If wanted to specify the range give the new ranges to minValue and maxValue and the old value for oldMinValue and oldMaxValue.
|