#include <ImageTransform.h>
Typical operations include FFT, texture operators, etc.
Public Methods | |
| virtual | ~ImageTransform () |
| virtual util::Matrix< T > | getTransformedImage (const util::Matrix< U > &mat)=0 throw (ImageTransformException&) |
| Convert an image from a domain to another. | |
|
||||||||||
|
Convert an image from a domain to another. The type of the image may change in conversion. For example, a color image may be converted to an integer image and vice-versa.
Implemented in CircularLocalSampler< T, U >, CoOccurence, DifferentialEdgeDetector< T, U >, EdgeThinner, HysteresisThresholding< T >, LaplaceOfGaussian< T, U >, Thresholding< T >, ColorRatio< T >, CompNorm, BinaryMorphology< T >, Labeling< T >, CircularHough< T, U >, CircularHough< T, graphics::Point< double > >, and LinearHough< T, U >. |