A structure to hold the set of GLCM metrics.  
 More...
#include <Texture.h>
 | 
| double  | m_contrast | 
|   | GLCM metric Contrast (also called Sum of Squares Variance) ${i,j=0}^{N-1}P_{i,j}(i-j)^2$.  More...
  | 
|   | 
| double  | m_dissimilarity | 
|   | GLCM metric Dissimilarity ${i,j=0}^{N-1}P_{i,j}|i-j|$.  More...
  | 
|   | 
| double  | m_energy | 
|   | GLCM metric Energy (the square root of Angular Second Moment) ${{i,j=0}^{N-1}P_{i,j}^2}$.  More...
  | 
|   | 
| double  | m_entropy | 
|   | GLCM metric Entropy ${i,j=0}^{N-1}P_{i,j}(-{P_{i,j}})$.  More...
  | 
|   | 
| double  | m_homogeneity | 
|   | GLCM metric Homogeneity (also called Inverse Difference Moment) ${i,j=0}^{N-1}{P_{i,j}}{1+(i-j)^2}$.  More...
  | 
|   | 
A structure to hold the set of GLCM metrics. 
Definition at line 44 of file Texture.h.
 
      
        
          | te::rp::Texture::Texture  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | te::rp::Texture::Texture  | 
          ( | 
          const Texture &  | 
          rhs | ) | 
           | 
        
      
 
Copy constructor. 
- Parameters
 - 
  
    | rhs | The right-hand-side copy used to copy from.  | 
  
   
 
 
      
        
          | te::rp::Texture::~Texture  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | void te::rp::Texture::clear  | 
          ( | 
           | ) | 
           | 
        
      
 
 
Assignment operator. 
- Parameters
 - 
  
    | rhs | The right-hand-side copy used to copy from. | 
  
   
- Returns
 - A reference to this object. 
 
 
 
      
        
          | double te::rp::Texture::m_contrast | 
        
      
 
GLCM metric Contrast (also called Sum of Squares Variance) ${i,j=0}^{N-1}P_{i,j}(i-j)^2$. 
Definition at line 75 of file Texture.h.
 
 
      
        
          | double te::rp::Texture::m_dissimilarity | 
        
      
 
GLCM metric Dissimilarity ${i,j=0}^{N-1}P_{i,j}|i-j|$. 
Definition at line 76 of file Texture.h.
 
 
      
        
          | double te::rp::Texture::m_energy | 
        
      
 
GLCM metric Energy (the square root of Angular Second Moment) ${{i,j=0}^{N-1}P_{i,j}^2}$. 
Definition at line 77 of file Texture.h.
 
 
      
        
          | double te::rp::Texture::m_entropy | 
        
      
 
GLCM metric Entropy ${i,j=0}^{N-1}P_{i,j}(-{P_{i,j}})$. 
Definition at line 78 of file Texture.h.
 
 
      
        
          | double te::rp::Texture::m_homogeneity | 
        
      
 
GLCM metric Homogeneity (also called Inverse Difference Moment) ${i,j=0}^{N-1}{P_{i,j}}{1+(i-j)^2}$. 
Definition at line 79 of file Texture.h.
 
 
The documentation for this struct was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/rp/Texture.h