#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. |
Definition in file qvmser.h.