#include <QList>
#include <QMap>
#include <QVector>
#include <QPoint>
#include <qvdta/qvdisjointset.h>
#include <qvdta/qvpolyline.h>
Go to the source code of this file.
Functions | |
QVector< QVector < QPoint > > | CountingSort (const QVImage< uChar, 1 > &img) |
Computer Vision Data types and Algorithms. | |
void | 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 | HarrisCornerResponseImage (const QVImage< uChar > &image, QVImage< sFloat > &result) |
void | SobelCornerResponseImage (const QVImage< uChar > &image, QVImage< sFloat > &result) |
int | myFloodFill (QVImage< uChar > &image, uInt x, uInt y, uInt value, uInt minVal, uInt maxVal) |
Definition in file qvdta.h.