#include <QVMSER>
Go to the source code of this file.
Defines | |
#define | RELATIVE_DISTANCE(X, Y) (ABS((X-Y)/(Y))) |
Functions | |
void | getMSERContours (const QVImage< uChar, 1 > &image, const QList< QVMSER > &MSERList, QList< QVPolyline > &polylineMSERList) |
void | getMSER (const QVImage< uChar, 1 > &image, QList< QVMSER > &MSERList, const int delta, const int minArea, const int maxArea, const double diffAreaThreshold) |
Definition in file qvmser.cpp.