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:. |
w2img::StatisticalTexture::StatisticalTexture | ( | size_t | neighSize | ) | [inline] |
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 ]