Go to the documentation of this file.
21 #ifndef mia_2d_transformmock_hh
22 #define mia_2d_transformmock_hh
55 virtual float divergence()
const;
56 virtual float curl()
const;
57 virtual double get_divcurl_cost(
double wd,
double wr,
CDoubleVector& gradient)
const;
58 double get_divcurl_cost(
double wd,
double wr)
const;
70 virtual void do_x_increment();
71 virtual void do_y_increment();
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
C2DTransformation::Pointer P2DTransformation
Pointer type for the 2D transformation.
The factory to create an interpolator from some input data.
This is the base class for 2D images that can hold generic pixel data.
#define NS_MIA_END
conveniance define to end the mia namespace
C2DImage::Pointer P2DImage
Shared pointer representation of the 2D Image.
a 2D field of floating point single accuracy 2D vectors
A wrapper around the c-array to provide an STL like interface for iterators.