|
BoundaryExtrema | extrema::getBoundaryExtrema (const ExtremaParams ¶ms, const ExtremaImage &image, int both=3) |
| Old interface function, produces BoundaryRegions for a given image. Computes MSERs: both=1 +, both = 2 -, or both = 3 + and -. More...
|
|
RLEExtrema | extrema::getRLEExtrema (const ExtremaParams &par, const ExtremaImage &image, int both=3) |
| Old interface function, produces RLERegions for a given image. Computes MSERs: both=1 +, both = 2 -, or both = 3 + and -. More...
|
|
void | extrema::extremaPrepareImage (const ExtremaParams ¶ms, const ExtremaImage &image) |
| Prepares image for detection of MSER regions. More...
|
|
void | extrema::extremaAttachImage (const ExtremaParams ¶ms, utls::BAry *image) |
| Assigns already prepared image for detection of MSER regions. More...
|
|
void | extrema::extremaInvertImage () |
| Inverts image in internal structure. More...
|
|
void | extrema::extremaBoundaryRegions (const ExtremaParams ¶ms, bool inverted, vector< BoundaryRegion > &result) |
| Detects MSERs inverted or not inverted image. More...
|
|
void | extrema::extremaBoundaryEllRegions (const ExtremaParams ¶ms, bool inverted, vector< BoundaryRegion > &result) |
| Detects MSERs inverted or not inverted image and computes centroids and second moments of each region. More...
|
|
void | extrema::extremaRLERegions (const ExtremaParams ¶ms, bool inverted, vector< RLERegion > &result) |
| Detects MSERs inverted or not inverted image and computes centroids and second moments of each region. More...
|
|
void | extrema::extremaCleanup (bool detach_only=false) |
| Cleans up internal image structure. More...
|
|
const ExtremaStats & | extrema::extremaStats () |
| Returns timing statistics. More...
|
|
void | extrema::exportRLEVector (FILE *fid, vector< RLERegion > &rle_vector) |
|
void | extrema::exportBoundaryVector (FILE *fid, vector< BoundaryRegion > &boundary_vector) |
|
void | extrema::exportBoundaryVectorGF (FILE *fid, vector< BoundaryRegion > &boundary_vector) |
|
void | extrema::exportAffVector (FILE *fid, vector< RLERegion > &rle_vector, double factor, int krys_compat) |
|
void | extrema::RLE2Ellipse (const vector< RLEItem > &rle, double &barX, double &barY, double &sumX2, double &sumXY, double &sumY2) |
|
void | extrema::ReducedBoundary2RLE (vector< BoundaryPoint > &reduced_boundary, vector< RLEItem > &rle) |
|
Interface of MSER detector.
This file contains main external interface of the MSERs detector.