8 #ifndef VDEFORMATION_HH 9 #define VDEFORMATION_HH 1 11 #include "gVariables.hh" 14 #define FORWARD_DEFORMATION 0 15 #define BACKWARD_DEFORMATION 1 68 {
mp_ID = ap_ImageDimensionsAndQuantification;}
249 #define FUNCTION_DEFORMATION(CLASS) \ 250 static vDeformation *make_deformation() { return new CLASS(); }; 253 #define CLASS_DEFORMATION(NAME,CLASS) \ 254 class NAME##DeformationCreator \ 257 NAME##DeformationCreator() \ 258 { sAddonManager::GetInstance()->mp_listOfDeformations[#NAME] = CLASS::make_deformation; } \ 260 static NAME##DeformationCreator DeformationCreator##NAME;
This class holds all the matrices in the image domain that can be used in the algorithm: image...
This class is designed to manage all dimensions and quantification related stuff. ...