#include <equationdetectbase.h>
Definition at line 32 of file equationdetectbase.h.
 
◆ EquationDetectBase()
      
        
          | tesseract::EquationDetectBase::EquationDetectBase  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ~EquationDetectBase()
  
  
      
        
          | tesseract::EquationDetectBase::~EquationDetectBase  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ FindEquationParts()
◆ LabelSpecialText()
  
  
      
        
          | virtual int tesseract::EquationDetectBase::LabelSpecialText  | 
          ( | 
          TO_BLOCK *  | 
          to_block | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ RenderSpecialText()
  
  
      
        
          | void tesseract::EquationDetectBase::RenderSpecialText  | 
          ( | 
          Pix *  | 
          pix,  | 
         
        
           | 
           | 
          BLOBNBOX *  | 
          blob  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
Definition at line 32 of file equationdetectbase.cpp.
   34   ASSERT_HOST(pix != NULL && pixGetDepth(pix) == 32 && blob != NULL);
    36   int height = pixGetHeight(pix);
    37   const int box_width = 5;
    41   Box *box = boxCreate(tbox.
left(), height - tbox.
top(),
    45       pixRenderBoxArb(pix, box, box_width, 255, 0, 0);
    48       pixRenderBoxArb(pix, box, box_width, 0, 255, 255);
    51       pixRenderBoxArb(pix, box, box_width, 0, 255, 0);
    54       pixRenderBoxArb(pix, box, box_width, 0, 255, 0);
    59       pixRenderBoxArb(pix, box, box_width, 255, 255, 0);
 
BlobSpecialTextType special_text_type() const
 
const TBOX & bounding_box() const
 
 
 
 
The documentation for this class was generated from the following files: