src/qvltmser/qvltmser.h File Reference
Functions to get image regions using the linear time MSER algorithm by Nister and Stewanius (ECCV 2008).
More...
#include <QVPolyline>
#include <QVMSER>
Go to the source code of this file.
Functions |
QList< QVPolyline > | getLTMSERContours (QVImage< uChar > &input_image, const int minArea=20, const int maxArea=100000, const int delta=15, const float delta_threshold=0.03, const unsigned int downscaling=1) |
| Obtains the MSER (linear time MSER) contours from a QVImage<uChar>.
|
QList< QVMSER > | getLTMSER (QVImage< uChar > &input_image, const int minArea=20, const int maxArea=100000, const int delta=15, const float delta_threshold=0.03, const unsigned int downscaling=1) |
| Obtains the extracted MSER regions (QVMSER structures) using linear time MSER on a QVImage<uChar>
|
QList< QVPolyline > | getLTMSERContours (QVImage< uChar > &input_image, QList< QVMSER > mser_list) |
| Obtains the MSER (linear time MSER) contours corresponding to a list of given QVMSER structures.
|
Detailed Description
Functions to get image regions using the linear time MSER algorithm by Nister and Stewanius (ECCV 2008).
- Author:
- PARP Research Group. University of Murcia, Spain.
Definition in file qvltmser.h.