STIRA
0.1
|
class to translate an image More...
#include <Translation.h>
Public Member Functions | |
Translation () | |
constructor | |
~Translation () | |
destructor | |
void | SetDeltaX (double dx) |
sets distance to translate in x direction More... | |
void | SetDeltaY (double dy) |
sets distance to translate in y direction More... | |
Public Member Functions inherited from stira::imagetools::GeometricTransform | |
GeometricTransform () | |
constructor | |
~GeometricTransform () | |
destructor | |
Image * | Apply (Image *pImageIn) |
generates new forward transfored image More... | |
Image * | ApplyInverse (Image *pImageIn) |
generates new inverse transfored image More... | |
void | SetInterpolatorType (InterpolatorType type) |
sets the interpolatortype to 'type' More... | |
InterpolatorType | GetInterpolatorType () |
gets the interpolatortype | |
Additional Inherited Members | |
Protected Attributes inherited from stira::imagetools::GeometricTransform | |
InterpolatorType | mInterpolatorType |
Interpolator * | mpInterpolator |
More... | |
class to translate an image
void stira::imagetools::Translation::SetDeltaX | ( | double | dx | ) |
sets distance to translate in x direction
dx | amount of translation in the x direction |
void stira::imagetools::Translation::SetDeltaY | ( | double | dy | ) |
sets distance to translate in y direction
dy | amount of translation in the y direction |