STIRA
0.1
|
A class to demonstrate simple contrast enhancement using a steerable pyramid reference: More...
#include <PyramidKeyPointDetector.h>
Public Member Functions | |
PyramidKeyPointDetector (Pyramid< std::complex< double > > *pPyramid) | |
constructor More... | |
~PyramidKeyPointDetector () | |
destructor | |
void | Run () |
run method | |
A class to demonstrate simple contrast enhancement using a steerable pyramid reference:
BMVA symposium at British Computer Society, March 1st 2006. www.bmva.ac.uk/meetings J. Fauqueur (U. of Cambridge) Multiscale keypoint detection using the Dual-Tree Complex Wavelet Transform Also presented at ICIP 2006 J Fauqueur, N Kingsbury and R Anderson: "Multiscale keypoint detection using the dual-tree complex wavelet transform", Proc. IEEE Conference on Image Processing, Atlanta, GA, 8-11 Oct 2006. copy available at http://www-sigproc.eng.cam.ac.uk/~ngk/
stira::pyramidapplications::PyramidKeyPointDetector::PyramidKeyPointDetector | ( | Pyramid< std::complex< double > > * | pPyramid | ) |
constructor
pPyramid | pyramid with input data |