Go to the documentation of this file.
21 #ifndef mia_2d_trait_hh
22 #define mia_2d_trait_hh
39 struct dimension_traits<2> {
45 typedef std::vector<PImage> ImageSeries;
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
A accumulation of cost functions that are weigted against each other.
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
the singleton that a plug-in handler really is
std::shared_ptr< TFullCost< Transform > > Pointer
The shatred pointer type for this cost function.
std::shared_ptr< C2DTransformCreator > P2DTransformationFactory
Pointer type to the transformation factory.
std::shared_ptr< C2DImage > Pointer
2D Image pointer type
std::shared_ptr< C2DFilter > P2DFilter
Generic interface class to data filters.