Pyramid image properties structure.
Definition at line 59 of file Pyramid_1.h.
Data Fields | |
uint32_t | levelCount |
number of level images in pyramid More... | |
dwImageProperties | levelProps [DW_PYRAMID_LEVEL_MAX_COUNT] |
level image properties levelProps[0] refers to the level 0 image which has the highest resolution levelProps[N] refers to the level N image, it is half the size of level N-1 image More... | |
uint32_t dwPyramidImageProperties::levelCount |
number of level images in pyramid
Definition at line 62 of file Pyramid_1.h.
dwImageProperties dwPyramidImageProperties::levelProps[DW_PYRAMID_LEVEL_MAX_COUNT] |
level image properties levelProps[0] refers to the level 0 image which has the highest resolution levelProps[N] refers to the level N image, it is half the size of level N-1 image
Definition at line 67 of file Pyramid_1.h.