PARP Research Group Universidad de Murcia


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< QVPolylinegetLTMSERContours (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< QVMSERgetLTMSER (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< QVPolylinegetLTMSERContours (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.




QVision framework. PARP research group. Copyright © 2007, 2008, 2009, 2010, 2011.