|
Grok 20.3.2
|
Geometry for a single cascade DWT strip at a given resolution. More...
#include <StripPartitioner.h>
Public Attributes | |
| uint32_t | outStart = 0 |
| uint32_t | outCount = 0 |
| uint32_t | extFirst = 0 |
| uint32_t | extLast = 0 |
| SubbandRange | rangeL |
| SubbandRange | rangeH |
| uint32_t | localParity = 0 |
| uint32_t | outputStartInStripe = 0 |
Geometry for a single cascade DWT strip at a given resolution.
Describes the interleaved output row range and the sub-band row ranges needed (including halo) for both L (LL/HL) and H (LH/HH) bands.
| uint32_t grk::StripGeometry::extFirst = 0 |
Referenced by grk::StripPartitioner::partition().
| uint32_t grk::StripGeometry::extLast = 0 |
Referenced by grk::StripPartitioner::partition().
| uint32_t grk::StripGeometry::localParity = 0 |
Referenced by grk::StripPartitioner::partition().
| uint32_t grk::StripGeometry::outCount = 0 |
Referenced by grk::StripPartitioner::partition().
| uint32_t grk::StripGeometry::outputStartInStripe = 0 |
Referenced by grk::StripPartitioner::partition().
| uint32_t grk::StripGeometry::outStart = 0 |
Referenced by grk::StripPartitioner::partition().
| SubbandRange grk::StripGeometry::rangeH |
Referenced by grk::StripPartitioner::partition().
| SubbandRange grk::StripGeometry::rangeL |
Referenced by grk::StripPartitioner::partition().