A simple binarization module using a defined threshold.  
 More...
#include <Binarization.h>
A simple binarization module using a defined threshold. 
- See also
 - Module
 
 
      
        
          | rdf::SimpleBinarization::SimpleBinarization  | 
          ( | 
          const cv::Mat &  | 
          srcImg | ) | 
           | 
        
      
 
 
      
        
          | cv::Mat rdf::SimpleBinarization::binaryImage  | 
          ( | 
           | ) | 
           const | 
        
      
 
Returns the binary image. 
- Returns
 - The binary image CV_8UC1.
 
 
 
  
  
      
        
          | bool rdf::SimpleBinarization::compute  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
Computes the binary image. 
- Returns
 - True if the image could be computed.
 
Implements rdf::Module.
 
 
  
  
      
        
          | bool rdf::SimpleBinarization::isEmpty  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
Determines whether this instance is empty. 
- Returns
 - True if the instance is empty.
 
Implements rdf::Module.
 
 
  
  
      
        
          | QString rdf::SimpleBinarization::toString  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
Summary of the class. 
- Returns
 - A summary string
 
Reimplemented from rdf::Module.
 
 
The documentation for this class was generated from the following files: