#include <qvipp/qvipp.h>
#include <qvdta/qvdta.h>
Go to the source code of this file.
Defines | |
#define | DEFINE_QVDTA_FUNCTION_EQUALIZE_HISTOGRAM(TYPE, C) |
Functions | |
QVector< QVector < QPoint > > | CountingSort (const QVImage< uChar, 1 > &image) |
Computer Vision Data types and Algorithms. | |
void | HarrisCornerResponseImage (const QVImage< uChar > &image, QVImage< sFloat > &result) |
void | SobelCornerResponseImage (const QVImage< uChar > &image, QVImage< sFloat > &result) |
void | FilterLocalMax (const QVImage< sFloat > &src, QVImage< uChar > &dest, uInt colMaskSize, uInt rowMaskSize, sFloat threshold) |
Generates a binary image of local grey-scale maximal value pixels. | |
int | myFloodFill (QVImage< uChar > &image, uInt x, uInt y, uInt value, uInt minVal, uInt maxVal) |
Definition in file qvdta.cpp.