The ERStat structure represents a class-specific Extremal Region (ER).  
 More...
#include <opencv2/text/erfilter.hpp>
The ERStat structure represents a class-specific Extremal Region (ER). 
An ER is a 4-connected set of pixels with all its grey-level values smaller than the values in its outer boundary. A class-specific ER is selected (using a classifier) from all the ER's in the component tree of the image. : 
  
  | 
        
          | cv::text::ERStat::ERStat | ( | int | level = 256, |  
          |  |  | int | pixel = 0, |  
          |  |  | int | x = 0, |  
          |  |  | int | y = 0 |  
          |  | ) |  |  |  | explicit | 
 
 
  
  | 
        
          | cv::text::ERStat::~ERStat | ( |  | ) |  |  | inline | 
 
 
      
        
          | int cv::text::ERStat::area | 
      
 
incrementally computable features 
 
 
      
        
          | double cv::text::ERStat::central_moments[3] | 
      
 
order 2 central moments to construct the covariance matrix 
 
 
      
        
          | ERStat* cv::text::ERStat::child | 
      
 
 
      
        
          | float cv::text::ERStat::convex_hull_ratio | 
      
 
 
      
        
          | Ptr<std::deque<int> > cv::text::ERStat::crossings | 
      
 
 
      
        
          | int cv::text::ERStat::euler | 
      
 
 
      
        
          | float cv::text::ERStat::hole_area_ratio | 
      
 
 
      
        
          | int cv::text::ERStat::level | 
      
 
 
      
        
          | bool cv::text::ERStat::local_maxima | 
      
 
whenever the regions is a local maxima of the probability 
 
 
      
        
          | ERStat* cv::text::ERStat::max_probability_ancestor | 
      
 
 
      
        
          | float cv::text::ERStat::med_crossings | 
      
 
median of the crossings at three different height levels 
 
 
      
        
          | ERStat* cv::text::ERStat::min_probability_ancestor | 
      
 
 
      
        
          | ERStat* cv::text::ERStat::next | 
      
 
 
      
        
          | float cv::text::ERStat::num_inflexion_points | 
      
 
 
      
        
          | ERStat* cv::text::ERStat::parent | 
      
 
pointers preserving the tree structure of the component tree 
 
 
      
        
          | int cv::text::ERStat::perimeter | 
      
 
 
      
        
          | int cv::text::ERStat::pixel | 
      
 
seed point and the threshold (max grey-level value) 
 
 
      
        
          | std::vector<int>* cv::text::ERStat::pixels | 
      
 
 
      
        
          | ERStat* cv::text::ERStat::prev | 
      
 
 
      
        
          | double cv::text::ERStat::probability | 
      
 
probability that the ER belongs to the class we are looking for 
 
 
      
        
          | double cv::text::ERStat::raw_moments[2] | 
      
 
order 1 raw moments to derive the centroid 
 
 
      
        
          | Rect cv::text::ERStat::rect | 
      
 
 
The documentation for this struct was generated from the following file: