25 #ifndef IMG_ALG_DENSITY_SLICE_HH
26 #define IMG_ALG_DENSITY_SLICE_HH
33 namespace ost {
namespace img {
namespace alg {
43 template <
typename T,
class D>
54 void set_rl(
Real f) {r_tl_=f; c_tl_=Val2Val<Real,Complex>(f);}
55 void set_ru(
Real f) {r_tu_=f; c_tu_=Val2Val<Real,Complex>(f);}
in-place modifying image state const visitor plus ip algorithm
#define DLLEXPORT_IMG_ALG
#define OST_IMG_ALG_EXPLICIT_INST_DECL(c, t)
std::complex< Real > Complex
ImageStateConstModIPAlgorithm< SliceFnc > DensitySlice
Real Val2Val< Complex, Real >(const Complex &c)
void SetThresholds(Real l, Real u)
SliceFnc(const Complex &l, const Complex &u)
static String GetAlgorithmName()
void VisitState(ImageStateImpl< T, D > &isi) const
void SetThresholds(const Complex &l, const Complex &u)