The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

colorfeatsearch.h

Go to the documentation of this file.
00001 #ifndef __COLORFEATSEARCH_H__
00002 #define __COLORFEATSEARCH_H__
00003 
00004 #include "mpiprobsearchaux.h"
00005 #include "box.h"
00006 
00007 /* ================================================================ */
00008 
00009 struct MPColorFeatSearch {
00010         ScalePyramid m_priors1, m_priors2;
00011         ScalePyramid *m_priors_t, *m_priors_tnew;
00012 
00013         bool m_recycle;
00014 
00015         MPColorFeatSearch() {};
00016   void          initPyramids(int imageWidth, int imageHeight, double scaleUpPct, double minSizePct, int minScaleUp, double shiftPct, int minStride);
00017         void            zeroPyramids();
00018         double  searchFeature (TIntegral<double> &sumlikrat, double liknorm, TBox<double> &besthyp, int scaledev, double hr, double shiftPct, double scaleUpPct, double minSizePct, int minScaleUp, int minStride);
00019         double  getBoxSum(const TIntegral<double> &ii, const double i, const double j, const double size);
00020         void            addBoxCorners(TIntegral<double> &ii, const double i, const double j, const double size, const double val);
00021 };
00022 
00023 /* ================================================================ */
00024 
00025 #endif  __COLORFEATSEARCH_H__

Generated on Mon Nov 8 17:07:32 2004 for MPT by  doxygen 1.3.9.1