VisionCpp
0.0.1
|
This file is used to detect the ChannelType ElementCategory {basic or struct}, and the channel size of a row input data. More...
#include <mem_prop.hpp>
Public Types | |
using | ChannelType = typename ElementTp::data_type |
Static Public Attributes | |
static constexpr size_t | ElementCategory = element_category::Struct |
static constexpr size_t | ChannelSize = ElementTp::elements |
This file is used to detect the ChannelType ElementCategory {basic or struct}, and the channel size of a row input data.
this is used to detect the Properties of a memory such as element category, channel type, and channel size for different types of input raw data
Definition at line 32 of file mem_prop.hpp.
using visioncpp::internal::MemoryProperties< ElementTp >::ChannelType = typename ElementTp::data_type |
Definition at line 34 of file mem_prop.hpp.
|
staticconstexpr |
Definition at line 35 of file mem_prop.hpp.
|
staticconstexpr |
Definition at line 33 of file mem_prop.hpp.