CoreFlow 1.0.0
A modern orchestration and execution runtime
|
The internal representation of a vx_array. More...
Namespaces | |
namespace | xml |
Classes | |
class | Array |
class | Context |
class | Convolution |
class | Delay |
class | Distribution |
class | Error |
class | EventQueue |
class | Graph |
class | Image |
class | Import |
class | Kernel |
class | Logger |
class | Matrix |
class | Memory |
class | MetaFormat |
class | Node |
class | ObjectArray |
class | Osal |
OS Abstraction Layer Utility Class. More... | |
class | Parameter |
class | Pyramid |
class | Reference |
class | Remap |
class | Scalar |
class | Target |
class | Tensor |
class | Threshold |
class | TypePairs |
class | UserDataObject |
struct | vx_enum_string_t |
The enum string structure. More... | |
Variables | |
const vx_enum_string_t | type_pairs [] |
The type pairs array. | |
The internal representation of a vx_array.
user data object descriptor as placed in shared memory
The internal threshold structure.
The internal representation of a tensor.
The internal representation of a target.
The internal representation of a scalar value.
A remap is a 2D image of float32 pairs.
The most basic type in the OpenVX system. Any type that inherits from vx_reference must have a vx_reference as its first memeber to allow casting to this type.
A pyramid object. Contains a set of scaled images.
The internal representation of a parameter.
The internal representation of a vx_object_array.
The internal representation of a node.
This structure is used to extract meta data from a validation function. If the data object between nodes is virtual, this will allow the framework to automatically create the data object, if needed.
The internal representation of a vx_memory_t.
The internal matrix structure.
Logger utility class that wraps spdlog functionality.
The internal representation of an abstract kernel.
The internal representation of a vx_import.
The internal representation of a vx_image.
The internal representation of a graph.
Internal Event Queue Object.
The internal representation of the error object.
A Distribution.
The internal representation of any delay object.
A convolution is a special type of matrix (MxM)
The top level context data for the entire OpenVX instance.