Main Page | Namespace List | Compound List | File List | Compound Members | File Members

Texture_covariance.h

Go to the documentation of this file.
00001 
00002 
00003 #ifndef TEXTURE_COVARIANCE_H_
00004 #define TEXTURE_COVARIANCE_H_
00005 
00006 class Texture_covariance {
00007   
00008  public:
00009   Texture_covariance();
00010   Texture_covariance(double i[], int num);
00011   ~Texture_covariance();
00012 
00013  private:
00014   int num_cov;
00015   double *v;
00016 
00017 };
00018 
00019 #endif

Generated on Thu Sep 4 14:59:31 2003 for Content-Based Image Retrieval by doxygen 1.3.3