| 
    ReadFramework
    
   | 
 
Container for MSER elements. This class maps OpenCVs MSER regions with their bounding boxes. More...
#include <SuperPixel.h>
Public Member Functions | |
| MserContainer () | |
| void | append (const MserContainer &o) | 
| QVector< QSharedPointer< MserBlob > > | toBlobs () const | 
| size_t | size () const | 
Public Attributes | |
| std::vector< std::vector< cv::Point > > | pixels | 
| std::vector< cv::Rect > | boxes | 
Container for MSER elements. This class maps OpenCVs MSER regions with their bounding boxes.
      
  | 
  inline | 
| void rdf::MserContainer::append | ( | const MserContainer & | o | ) | 
| size_t rdf::MserContainer::size | ( | ) | const | 
| QVector< QSharedPointer< MserBlob > > rdf::MserContainer::toBlobs | ( | ) | const | 
| std::vector<cv::Rect> rdf::MserContainer::boxes | 
| std::vector<std::vector<cv::Point> > rdf::MserContainer::pixels |