DLImageStats.h

Go to the documentation of this file.
00001 #ifndef _DLIMAGESTATS_H_
00002 #define _DLIMAGESTATS_H_
00003 
00004 
00005 #include <iostream>
00006 
00029 class DLImageStats {
00030    public:
00031   
00039    double mean[3]; 
00040   
00048    double median[3];
00049 
00054    double sdev[3];
00055 
00062    double skewness[3];
00063 
00070    double kurtosis[3];
00071 
00072 };
00073 
00075 std::ostream &  operator<< (std::ostream& , const DLImageStats & );
00076 
00077 #endif

DOCLIB is being developed under contract by a collaboration between:
The Laboratory for Language and Media Processing
Unviersity of Maryland, College Park
and
Booz | Allen | Hamilton

All Rights Reserved, 2003-2007