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