src/qvip/qvimagefeatures/qvmser.cpp File ReferenceFile from the QVision library. More...
#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) |
| Obtains border contours for an MSER list, obtained with the function getMSER.
|
void | 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.cpp.
|