src/qvdta/qvmser.h File Reference

File from the QVision library. More...

#include <qvdta/qvdta.h>
#include <qvdta/qvcontour.h>
#include <qvdta/qvcomponenttree.h>

Go to the source code of this file.

Namespaces

namespace  qvdta

Classes

class  qvdta::QVMSER
 Maximally stable extremal region datatype. More...

Defines

#define ABS(X)   (((X)>=0)?(X):-(X))
#define PROPORTIONAL_DISTANCE(X, Y)   (ABS((X-Y)/(Y)))

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.


Detailed Description

File from the QVision library.

Author:
PARP Research Group. University of Murcia, Spain.

Definition in file qvmser.h.


Generated on Wed Jan 16 18:41:29 2008 for QVision by  doxygen 1.5.3