VisionCpp
0.0.1
|
OutputMemory is used to deduce the output type of each node in the expression tree by using certain parameters from its child(ren). More...
#include <memory.hpp>
Public Types | |
using | Type = VisionMemory< false, MemoryProperties< ElementType >::ElementCategory, LeafType, typename MemoryProperties< ElementType >::ChannelType, Cols, Rows, ElementType, MemoryProperties< ElementType >::ChannelSize, scope::Global, LVL > |
OutputMemory is used to deduce the output type of each node in the expression tree by using certain parameters from its child(ren).
template parameters:
ElementType | the Pixel type of each element of the output memory. |
LeafType | the memory_type of the output memory { e.g.Buffer1D, Buffer2D, Image, Host} |
Cols | the column size of the memory |
Rows | the row size of the memory |
LVL | : the level of the output memory in the expression tree. |
Definition at line 53 of file memory.hpp.
using visioncpp::internal::OutputMemory< ElementType, LeafType, Cols, Rows, LVL >::Type = VisionMemory< false, MemoryProperties<ElementType>::ElementCategory, LeafType, typename MemoryProperties<ElementType>::ChannelType, Cols, Rows, ElementType, MemoryProperties<ElementType>::ChannelSize, scope::Global, LVL> |
Definition at line 54 of file memory.hpp.