libCZI
Reading and Writing CZI documents made easy
|
Statistics about the pyramid-layers. More...
#include <libCZI.h>
Classes | |
struct | PyramidLayerInfo |
struct | PyramidLayerStatistics |
Information about a pyramid-layer. More... | |
Public Attributes | |
std::map< int, std::vector< PyramidLayerStatistics > > | scenePyramidStatistics |
Statistics about the pyramid-layers.
std::map<int, std::vector<PyramidLayerStatistics> > libCZI::PyramidStatistics::scenePyramidStatistics |
A map with key "scene-index" and value "list of subblock-counts per pyramid-layer". A key with value std::numeric_limits<int>::max() is used in case that the scene-index is not valid.