src/qvltmser/qvltmser.cpp File Reference
Functions to get image regions using the linear time MSER algorithm by Nister and Stewanius (ECCV 2008).
More...
#include <qvltmser/qvltmser.h>
#include <qvip.h>
#include <qvipp.h>
#include <qvltmser/qvltmser_ds.h>
Go to the source code of this file.
Functions |
QList< QVMSER > | getLTMSER (QVImage< uChar > &input_image, const int minArea, const int maxArea, const int delta, const float delta_threshold, const unsigned int downscaling) |
| 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.
|
QList< QVPolyline > | getLTMSERContours (QVImage< uChar > &input_image, const int minArea, const int maxArea, const int delta, const float delta_threshold, unsigned int downscaling) |
| Obtains the MSER (linear time MSER) contours from a QVImage<uChar>.
|
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.cpp.