src/qvip/qvip.cpp File Reference
File from the QVision library.
More...
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <qvip.h>
#include <qvipp.h>
#include <qvip/qvimagefeatures/qvcomponenttree.h>
#include <qvmath/qvdisjointset.h>
#include <qvmath/qvvector.h>
Go to the source code of this file.
|
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.
This function receives a QVImage, and generates a binary image where each pixel is set to IPP_MAX_8U if the pixel in the original image is strict maximal in value regarding to pixels in a vicinity window of colMaskSize width, and rowMaskSize height.
|
void | FilterHarrisCornerResponseImage (const QVImage< uChar > &image, QVImage< sFloat > &result, const QPoint &destROIOffset) |
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) |
QList< QPointF > | GetMaximalResponsePoints1 (const QVImage< sFloat > &cornerResponseImage, const double threshold) |
QList< QPointF > | GetMaximalResponsePoints3 (const QVImage< sFloat > &cornerResponseImage, const double threshold) |
Detailed Description
File from the QVision library.
- Author:
- PARP Research Group. University of Murcia, Spain.
Definition in file qvip.cpp.