w2img::StatisticalTexture Class Reference

List of all members.

Detailed Description

Computes and holds a variety of local texture attributes.

Author:
Lakshman


Public Types

 ORIG
 MEAN
 VAR
 STDDEV
 CVAR
 SKEW
 KURT
 CONT
 HOM
 NUM
enum  Features {
  ORIG, MEAN, VAR, STDDEV,
  CVAR, SKEW, KURT, CONT,
  HOM, NUM
}
 the various features in the result. More...

Public Member Functions

 StatisticalTexture (size_t neighSize)
std::vector< code::Image<
float > > 
computeTexture (const code::Image< float > &orig) const
 Typical usage:.


Member Enumeration Documentation

enum w2img::StatisticalTexture::Features

the various features in the result.

Enumerator:
ORIG 
MEAN 
VAR 
STDDEV 
CVAR 
SKEW 
KURT 
CONT 
HOM 
NUM 


Constructor & Destructor Documentation

w2img::StatisticalTexture::StatisticalTexture ( size_t  neighSize  )  [inline]


Member Function Documentation

std::vector< code::Image<float> > w2img::StatisticalTexture::computeTexture ( const code::Image< float > &  orig  )  const

Typical usage:.

 
        std::vector< code::Image<float> > result = 
          st.computeTexture(elevations[0].getImage());
        Image<float> Kurtosis = result[ StatisticalTexture::KURT ]
        


Generated on Fri May 4 13:40:24 2012 for WDSS-IIw2algs by  doxygen 1.4.7