Image size policy. More...
#include <dcnnelements.hpp>
Public Types | |
using | height_tag = height_stag<H> |
Tag: Height dimension of an image, statically sized. | |
using | width_tag = width_stag<W> |
Tag: Width dimension of an image, statically sized. | |
Static Public Attributes | |
static constexpr tagged::range_class< height_tag > | hr { H } |
Height range of an image, statically sized. | |
static constexpr tagged::range_class< width_tag > | wr { W } |
Width range of an image, statically sized. | |
Image size policy.
H | Image height |
W | Image width |