Public Member Functions | |
| PyramidKey (const std::string &str, int lv) | |
| std::string | toString () |
Public Attributes | |
| std::string | filename |
| int | level |
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 368 of file ImageCache.h.
|
||||||||||||
|
Definition at line 374 of file ImageCache.h. |
|
|
Definition at line 378 of file ImageCache.h. Referenced by HuginBase::ImageCache::removeImage(). |
|
|
Definition at line 370 of file ImageCache.h. |
|
|
Definition at line 371 of file ImageCache.h. |
1.3.9.1