Feature_Moments.h

Go to the documentation of this file.
00001 #pragma once
00002 
00003 //Refereanser til eksternt grensesnitt/kode som anvendes i denne filen
00004 #include "Feature.h"
00005 #include "Region.h"
00006 
00007 
00017 class Feature_Moments: public Feature
00018 {
00019 
00029         int centralMoment(int p, int q, Region *r);
00030 
00031 
00041         float scaleInvariance(int p, int q, Region *r);
00042 
00043 public:
00044 
00048         Feature_Moments();
00049 
00053         ~Feature_Moments();
00054 
00062         float * calculate(Region *r);
00063 };

Generated on Sun May 21 10:54:04 2006 for Automatisk visuelt inspeksjonssytem by  doxygen 1.4.6-NO