00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef HxImageToHistogram_h
00010 #define HxImageToHistogram_h
00011
00012
00013 #include "HxImageRep.h"
00014 #include "HxHistogram.h"
00015
00016
00017 HxHistogram
00018 HxImageToHistogram(HxImageRep im, int getDim, double lowBin,
00019 double highBin, int nBin);
00020
00021 class HxAlwaysInstantiateHistogram {
00022 public:
00023 HxAlwaysInstantiateHistogram();
00024 };
00025
00026 static HxAlwaysInstantiateHistogram DoTheInstantiation;
00027
00028 #endif