Raster post classification.  
 More...
#include <PostClassification.h>
Raster post classification. 
Definition at line 40 of file PostClassification.h.
 
      
        
          | te::rp::PostClassification::PostClassification  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | te::rp::PostClassification::~PostClassification  | 
          ( | 
           | ) | 
           | 
        
      
 
 
Executes the algorithm using the supplied parameters. 
- Parameters
 - 
  
    | outputParams | Output parameters. | 
  
   
- Returns
 - true if OK, false on errors. 
 
Implements te::rp::Algorithm.
 
 
Initialize the algorithm instance making it ready for execution. 
- Parameters
 - 
  
    | inputParams | Input parameters. | 
  
   
- Returns
 - true if OK, false on errors.
 
- Note
 - A return error string can be obtained via te::rp::Module::getLastLogStr() 
 
Implements te::rp::Algorithm.
 
 
  
  
      
        
          | bool te::rp::PostClassification::isInitialized  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
Returns true if the algorithm instance is initialized and ready for execution. 
- Returns
 - true if the algorithm instance is initialized and ready for execution. 
 
Implements te::rp::Algorithm.
 
 
  
  
      
        
          | void te::rp::PostClassification::reset  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
Clear all internal allocated objects and reset the algorithm to its initial state. 
Implements te::rp::Algorithm.
 
 
  
  
      
        
          | bool te::rp::PostClassification::runPostClassification  | 
          ( | 
          const te::rst::Raster &  | 
          srcRaster,  | 
         
        
           | 
           | 
          te::rst::Raster &  | 
          dstRaster,  | 
         
        
           | 
           | 
          unsigned int  | 
          weight,  | 
         
        
           | 
           | 
          unsigned int  | 
          threshold  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
protected   | 
  
 
Apply the post classification. 
- Parameters
 - 
  
    | srcRaster | Source raster.  | 
    | srcBandIdx | Source raster band index.  | 
    | dstRaster | Destination raster.  | 
    | dstBandIdx | Destination raster band index.  | 
    | weight | Weight value.  | 
    | threshold | Threshold value.  | 
    | useProgress | if true, the progress interface must be used.  | 
  
   
 
 
  
  
      
        
          | bool te::rp::PostClassification::m_isInitialized | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: