Main Page Class Hierarchy Alphabetical List Compound List Compound Members
prapi::HistogramOperation::ZNormalization Class Reference
#include <Histogram.h>
Inheritance diagram for prapi::HistogramOperation::ZNormalization:
List of all members.
Detailed Description
Z-normalizes an image.
In z-normalization, the mean and standard deviation of the gray scale distribution are set to predefined values.
Public Methods |
| | ZNormalization (double newMean, double newDev, int levels=255) |
| | Construct a new ZNormalization.
|
|
Matrix< int > | getTransformedImage (const Matrix< int > &mat) throw (ImageTransformException&) |
Constructor & Destructor Documentation
| prapi::HistogramOperation::ZNormalization::ZNormalization |
( |
double |
newMean, |
|
|
double |
newDev, |
|
|
int |
levels = 255 |
|
) |
[inline] |
|
|
|
Construct a new ZNormalization.
-
Parameters:
-
| newMean |
the new mean value for the gray level distribution. |
| newDev |
the new standard deviation. |
|
The documentation for this class was generated from the following files:
Documentation generated on 11.09.2003 with Doxygen.
The documentation is copyrighted material.
Copyright © Topi Mäenpää 2003. All rights reserved.