CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
vx_meta_format.h File Reference

The internal meta format implementation. More...

#include <VX/vx.h>

Classes

class  coreflow::MetaFormat
 
struct  coreflow::MetaFormat::dim
 A struct of the configuration types needed by all object types. More...
 
struct  coreflow::MetaFormat::dim::image
 When a VX_TYPE_IMAGE. More...
 
struct  coreflow::MetaFormat::dim::pyramid
 When a VX_TYPE_PYRAMID is specified. More...
 
struct  coreflow::MetaFormat::dim::scalar
 When a VX_TYPE_SCALAR is specified. More...
 
struct  coreflow::MetaFormat::dim::array
 When a VX_TYPE_ARRAY is specified. More...
 
struct  coreflow::MetaFormat::dim::matrix
 When a VX_TYPE_MATRIX is specified. More...
 
struct  coreflow::MetaFormat::dim::distribution
 When a VX_TYPE_DISTRIBUTION is specified. More...
 
struct  coreflow::MetaFormat::dim::remap
 When a VX_TYPE_REMAP is specified. More...
 
struct  coreflow::MetaFormat::dim::lut
 When a VX_TYPE_LUT is specified. More...
 
struct  coreflow::MetaFormat::dim::threshold
 When a VX_TYPE_THRESHOLD is specified. More...
 
struct  coreflow::MetaFormat::dim::object_array
 When a VX_TYPE_OBJECT_ARRAY is specified. More...
 
struct  coreflow::MetaFormat::dim::tensor
 
struct  coreflow::MetaFormat::dim::user_data_object
 When a VX_TYPE_USER_DATA_OBJECT is specified. More...
 

Namespaces

namespace  coreflow
 The internal representation of a vx_array.
 

Functions

vx_meta_format vxCreateMetaFormat (vx_context context)
 Creates a metaformat object.
 
vx_status vxReleaseMetaFormat (vx_meta_format *pmeta)
 Releases a meta-format object.
 

Detailed Description

The internal meta format implementation.