input-specific-vg-pyramid-maker.h

Go to the documentation of this file.
00001 // Copyright 2007, Massachusetts Institute of Technology.
00002 // The use of this code is permitted for research only. There is
00003 // absolutely no warranty for this software.
00004 //
00005 // Author: John Lee (jjl@mit.edu)
00006 //
00007 
00008 #ifndef PYRAMIDS_INPUT_SPECIFIC_VG_PYRAMID_MAKER_H
00009 #define PYRAMIDS_INPUT_SPECIFIC_VG_PYRAMID_MAKER_H
00010 
00011 #include "clustering/hierarchical-clusterer.h"
00012 #include "histograms/multi-resolution-histogram.h"
00013 #include "point_set/point-set.h"
00014 #include "pyramids/vg-pyramid-maker.h"
00015 #include "util/distance-computer.h"
00016 
00017 namespace libpmk {
00018 
00020 class InputSpecificVGPyramidMaker : public VGPyramidMaker {
00021 public:
00022   InputSpecificVGPyramidMaker(const HierarchicalClusterer& c,
00023                               const DistanceComputer& distance_computer);
00024   virtual MultiResolutionHistogram* MakePyramid(const PointSet& point_set);
00025 };
00026 }  // namespace libpmk
00027 
00028 #endif  // PYRAMIDS_INPUT_SPECIFIC_VG_PYRAMID_MAKER_H

Generated on Fri Sep 21 11:39:04 2007 for libpmk2 by  doxygen 1.5.1