#include <qvipp/qvipp.h>
#include <qvdta/qvdta.h>
Go to the source code of this file.
Namespaces | |
namespace | qvdta |
Defines | |
#define | DEFINE_QVDTA_FUNCTION_EQUALIZE_HISTOGRAM(TYPE, C) |
Functions | |
QVector< QVector < QPoint > > | qvdta::CountingSort (const QVImage< uChar, 1 > &img) |
Sorts pixels in an image, given their gray-scale value. | |
void | qvdta::HarrisCornerResponseImage (const QVImage< uChar > &image, QVImage< sFloat > &result) |
void | qvdta::SobelCornerResponseImage (const QVImage< uChar > &image, QVImage< sFloat > &result) |
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. | |
int | qvdta::myFloodFill (QVImage< uChar > &image, uInt x, uInt y, uInt value, uInt minVal, uInt maxVal) |
Definition in file qvdta.cpp.