25 #ifndef SMOOTH_MASK_IMAGE_HH_
26 #define SMOOTH_MASK_IMAGE_HH_
33 namespace ost {
namespace img {
namespace alg {
43 template <
typename T,
class D>
SmoothMaskImageBase(const MaskPtr &m, Real sigma, bool float_bg=false)
void VisitState(ImageStateImpl< T, D > &is)
static String GetAlgorithmName()
in-place modifying image state visitor plus ip algorithm
#define DLLEXPORT_IMG_ALG
#define OST_IMG_ALG_EXPLICIT_INST_DECL(c, t)
ImageStateModIPAlgorithm< SmoothMaskImageBase > SmoothMaskImage
boost::shared_ptr< MaskBase > MaskPtr