#include <qvdta/qvmser.h>
Go to the source code of this file.
Namespaces | |
namespace | qvdta |
Functions | |
void | qvdta::getMSERContours (const QVImage< uChar, 1 > &image, const QList< QVMSER > &MSERList, QList< qvdta::QVPolyline > &polylineMSERList) |
Obtains border contours for an MSER list, obtained with the function getMSER. | |
void | qvdta::getMSER (const QVImage< uChar, 1 > &image, QList< QVMSER > &MSERList, const int delta, const int minArea, const int maxArea, const double diffAreaThreshold) |
This algorithm obtains MSER's - from an image. |
Definition in file qvmser.cpp.