8 #ifndef IPENALTYMEDIANROOTPRIOR_HH 9 #define IPENALTYMEDIANROOTPRIOR_HH 1 12 #include "sAddonManager.hh" 13 #include "sOutputManager.hh" 15 #define MRF_NEIGHBORHOOD_SPHERE 0 16 #define MRF_NEIGHBORHOOD_BOX 1 17 #define MRF_NEIGHBORHOOD_6_NEAREST 2 19 #define MRF_NOT_DEFINED -1 21 #define MRF_NEIGHBOR_X 0 22 #define MRF_NEIGHBOR_Y 1 23 #define MRF_NEIGHBOR_Z 2
#define CLASS_PENALTY(NAME, CLASS)
#define FUNCTION_PENALTY(CLASS)
This class is designed to generically described any penalty applied to MAP algorithms.
Declaration of class vPenalty.