#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <qvip.h>
#include <qvipp.h>
#include <qvip/qvimagefeatures/qvcomponenttree.h>
Go to the source code of this file.
Defines | |
#define | DEFINE_QVDTA_FUNCTION_EQUALIZE_HISTOGRAM(TYPE, C) |
#define | DEFINE_QVDTA_FUNCTION_EQUALIZE_HISTOGRAM2(TYPE, C) |
Functions | |
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. | |
void | FilterHarrisCornerResponseImage (const QVImage< uChar > &image, QVImage< sFloat > &result, const QPoint &destROIOffset) |
Image Processing. | |
void | FilterDoG (const QVImage< uChar > &image, QVImage< sFloat > &result) |
void | SobelCornerResponseImage (const QVImage< sFloat > &image, QVImage< sFloat > &result) |
void | FilterHessianCornerResponseImage (const QVImage< sFloat > &image, QVImage< sFloat > &result, const QPoint &destROIOffset) |
int | myFloodFill (QVImage< uChar > &image, uInt x, uInt y, uInt value, uInt minVal, uInt maxVal) |
void | FilterSeparable (const QVImage< sFloat, 1 > &image, QVImage< sFloat, 1 > &dest, const QVVector &rowFilter, const QVVector &colFilter, const QPoint &destROIOffset) |
void | pruneLowComponentTreeAux (QVImage< uChar > &image, QVComponentTree &componentTree, uInt minArea, uInt node, uInt validThreshold) |
void | pruneHighComponentTreeAux (QVImage< uChar > &image, QVComponentTree &componentTree, uInt minArea, uInt node, uInt validThreshold) |
void | FilterPruneComponentTreeSmallRegions (QVImage< uChar > &image, QVComponentTree &componentTree, uInt minArea) |
Definition in file qvip.cpp.