Pyramid image structure.
Definition at line 47 of file Pyramid_1.h.
Data Fields | |
uint32_t | levelCount |
number of level images in pyramid More... | |
dwImageHandle_t | levelImages [DW_PYRAMID_LEVEL_MAX_COUNT] |
level image data levelImages[0] is the level 0 image which has the highest resolution levelImages[N] is the level N image, it is half the size of level N-1 image More... | |
uint32_t dwPyramidImage::levelCount |
number of level images in pyramid
Definition at line 50 of file Pyramid_1.h.
dwImageHandle_t dwPyramidImage::levelImages[DW_PYRAMID_LEVEL_MAX_COUNT] |
level image data levelImages[0] is the level 0 image which has the highest resolution levelImages[N] is the level N image, it is half the size of level N-1 image
Definition at line 55 of file Pyramid_1.h.