|
|
using | image_policy |
| | Image size policy.
|
| |
|
using | channel_policy |
| | Channel size policy.
|
| |
|
using | height_tag |
| | Tag: Height dimension of an image, statically sized.
|
| |
|
using | width_tag |
| | Tag: Width dimension of an image, statically sized.
|
| |
|
using | channel_tag |
| | Tag: The channel dimension, statically sized.
|
| |
|
static constexpr tagged::range_class< height_tag > | hr |
| | Height range of an image, statically sized.
|
| |
|
static constexpr tagged::range_class< width_tag > | wr |
| | Width range of an image, statically sized.
|
| |
|
static constexpr tagged::range_class< channel_tag > | cr |
| | Channel index range, statically sized.
|
| |
The documentation for this struct was generated from the following file: