20 #ifndef OST_IMG_ALG_HISTOGRAM_HH
21 #define OST_IMG_ALG_HISTOGRAM_HH
34 namespace ost {
namespace img {
namespace alg {
47 typedef std::vector<int>
Bins;
55 template <
typename T,
class D>
56 void VisitState(
const ImageStateImpl<T,D>& isi);
58 const Bins& GetBins()
const;
70 typedef ImageStateNonModAlgorithm<HistogramBase>
Histogram;
static String GetAlgorithmName()
#define DLLEXPORT_IMG_ALG
HistogramError(const String &s)
ImageStateNonModAlgorithm< HistogramBase > Histogram
#define OST_IMG_ALG_EXPLICIT_INST_DECL(c, t)