Hugintrunk
0.1
|
get a pyramid image. More...
Public Member Functions | |
PyramidKey (const std::string &str, int lv) | |
std::string | toString () |
Public Attributes | |
std::string | filename |
int | level |
get a pyramid image.
A image pyramid is a image in multiple resolutions. Usually it is used to accelerate image processing, by using lower resolutions first. they are properly low pass filtered, so no undersampling occurs (it would if one just takes every 2^level pixel instead).
filename | of source image |
level | of pyramid. height and width are calculated as follows: height/(level^2), width/(level^1) |
Definition at line 370 of file ImageCache.h.
|
inline |
Definition at line 376 of file ImageCache.h.
std::string HuginBase::ImageCache::PyramidKey::toString | ( | ) |
Definition at line 119 of file ImageCache.cpp.
Referenced by HuginBase::ImageCache::removeImage().
std::string HuginBase::ImageCache::PyramidKey::filename |
Definition at line 372 of file ImageCache.h.
int HuginBase::ImageCache::PyramidKey::level |
Definition at line 373 of file ImageCache.h.