#include <Image.h>
Public Member Functions | |
| Image () | |
| Image (vigra::DImage &img) | |
| void | init (vigra::DImage &img) |
| void | clean () |
| ~Image () | |
| double ** | getIntegralImage () |
| unsigned int | getWidth () |
| unsigned int | getHeight () |
Static Public Member Functions | |
| double ** | AllocateImage (unsigned int iWidth, unsigned int iHeight) |
| void | DeallocateImage (double **iImagePtr, unsigned int iHeight) |
Private Member Functions | |
| void | buildIntegralImage (vigra::DImage &img) |
Private Attributes | |
| unsigned int | _width |
| unsigned int | _height |
| double ** | _ii |
|
|
|
|
|
Definition at line 29 of file Image.cpp. References init(). |
|
|
Definition at line 60 of file Image.cpp. References clean(). |
|
||||||||||||
|
Definition at line 92 of file Image.cpp. Referenced by lfeat::KeyPointDetector::detectKeypoints(), and init(). |
|
|
Definition at line 65 of file Image.cpp. References _ii. Referenced by init(). |
|
|
Definition at line 47 of file Image.cpp. References _height, _ii, and DeallocateImage(). Referenced by PanoDetector::FreeMemoryInImage(), and ~Image(). |
|
||||||||||||
|
Definition at line 106 of file Image.cpp. Referenced by clean(), and lfeat::KeyPointDetector::detectKeypoints(). |
|
|
Definition at line 58 of file Image.h. Referenced by lfeat::BoxFilter::BoxFilter(), lfeat::KeyPointDetector::detectKeypoints(), and lfeat::WaveFilter::WaveFilter(). |
|
|
Definition at line 50 of file Image.h. Referenced by lfeat::BoxFilter::BoxFilter(), and lfeat::WaveFilter::WaveFilter(). |
|
|
Definition at line 54 of file Image.h. Referenced by lfeat::BoxFilter::BoxFilter(), lfeat::KeyPointDetector::detectKeypoints(), and lfeat::WaveFilter::WaveFilter(). |
|
|
Definition at line 34 of file Image.cpp. References _height, _ii, _width, AllocateImage(), and buildIntegralImage(). Referenced by PanoDetector::AnalyzeImage(), DetectKeypoints(), and Image(). |
|
|
|
|
|
Definition at line 77 of file Image.h. Referenced by buildIntegralImage(), clean(), and init(). |
|
|
Definition at line 73 of file Image.h. Referenced by init(). |
1.3.9.1