Local orientation estimation (using Il Koo's method).  
 More...
#include <SuperPixel.h>
Local orientation estimation (using Il Koo's method). 
- See also
 - Module
 
 
  
  
      
        
          | bool rdf::LocalOrientation::compute  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
Runs the algorithm implemented by the module. 
- Returns
 - True on success.
 
Implements rdf::Module.
 
 
      
        
          | cv::Mat rdf::LocalOrientation::draw  | 
          ( | 
          const cv::Mat &  | 
          img,  | 
        
        
           | 
           | 
          const QString &  | 
          id,  | 
        
        
           | 
           | 
          double  | 
          radius  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
 
  
  
      
        
          | bool rdf::LocalOrientation::isEmpty  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
Returns true if the module was initialized with the default constructor. Note, if empty is true, nothing can be computed. 
- Returns
 - Returns true if the module was initialized.
 
Implements rdf::Module.
 
 
      
        
          | PixelSet rdf::LocalOrientation::set  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
  
  
      
        
          | QString rdf::LocalOrientation::toString  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
Converts the module's parameters and results to a string. 
- Returns
 - The string containing all parameters and results of the module.
 
Reimplemented from rdf::Module.
 
 
The documentation for this class was generated from the following files: