21 #ifndef __mia_internal_bandpass_hh 22 #define __mia_internal_bandpass_hh 32 template <
class Image>
36 TBandPass(
float min,
float max);
39 typename TBandPass::result_type operator () (
const T& data)
const;
42 typename TBandPass::result_type do_filter(
const Image& image)
const;
48 template <
class Image>
51 TBandPassFilterPlugin();
53 virtual const std::string do_get_descr()
const;
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
Generic image filter plugin base.
TFilter< std::shared_ptr< D > >::result_type result_type
result type of this filter
Generic interface class to data filters.
#define NS_MIA_END
conveniance define to end the mia namespace