#include <QList>
#include <QMap>
#include <QVector>
#include <QPoint>
#include <qvdta/qvdisjointset.h>
#include <qvdta/qvpolyline.h>
Go to the source code of this file.
Namespaces | |
namespace | qvdta |
Functions | |
QVector< QVector < QPoint > > | qvdta::CountingSort (const QVImage< uChar, 1 > &img) |
Sorts pixels in an image, given their gray-scale value. | |
void | qvdta::FilterLocalMax (const QVImage< sFloat > &src, QVImage< uChar > &dest, uInt colMaskSize, uInt rowMaskSize, sFloat threshold=0) |
Generates a binary image of local grey-scale maximal value pixels. | |
void | qvdta::HarrisCornerResponseImage (const QVImage< uChar > &image, QVImage< sFloat > &result) |
void | qvdta::SobelCornerResponseImage (const QVImage< uChar > &image, QVImage< sFloat > &result) |
int | qvdta::myFloodFill (QVImage< uChar > &image, uInt x, uInt y, uInt value, uInt minVal, uInt maxVal) |
Definition in file qvdta.h.