Jafar
|
This is the base class for textures attributes computation. More...
This is the base class for textures attributes computation.
Definition at line 15 of file TexturesAttributes.hpp.
#include <TexturesAttributes.hpp>
Public Member Functions | |
double | mean () |
double | variance () |
double | energy () |
double | correlation () |
double | entropy () |
double | contrast () |
double | homogeneity () |
double | at (int i) |
double | operator[] (int i) |
void | print () |
Protected Attributes | |
double | m_attributes [TX_NB_ATTRIBUTS] |
double jafar::textures::Attributes::at | ( | int | i | ) | [inline] |
Definition at line 48 of file TexturesAttributes.hpp.
References JFR_PRECOND.
Referenced by contrast(), correlation(), energy(), entropy(), homogeneity(), mean(), and variance().
double jafar::textures::Attributes::contrast | ( | ) | [inline] |
double jafar::textures::Attributes::correlation | ( | ) | [inline] |
double jafar::textures::Attributes::energy | ( | ) | [inline] |
double jafar::textures::Attributes::entropy | ( | ) | [inline] |
double jafar::textures::Attributes::homogeneity | ( | ) | [inline] |
double jafar::textures::Attributes::mean | ( | ) | [inline] |
double jafar::textures::Attributes::variance | ( | ) | [inline] |
Generated on Wed Oct 15 2014 00:37:51 for Jafar by doxygen 1.7.6.1 |