Public Attributes | |
size_t | nlevels |
the total number of resolution levels | |
uint32_t | ratio |
resolution ratio between levels in the pyramid | |
IMAGE ** | ilevel |
an array of pointers to the SADIE images |
The image in ilevel
[0] is at the highest resolution, those in ilevel
[1] to ilevel
[nlevels-1] are downsampled to progressively lower resolutions.