VPI - Vision Programming Interface

3.0 Release

Core Components

Declaration of VPI's core components and related functions. More...

Modules

 Array
 An abstract representation of a generic 1D array.
 
 Context
 Context is the implicit owner of objects created when it's active and their properties.
 
 Event
 A representation of events used in stream synchronization and timing.
 
 Image
 An abstract representation of a 2D image.
 
 Pyramid
 An abstract representation of a 2D image pyramid.
 
 Stream
 The main entry-point to the API is the VPIStream object.
 
 WarpMap
 Defines the VPIWarpMap object and related functions.
 

Detailed Description

Declaration of VPI's core components and related functions.

Core components are comprised of first-class objects that are used to create compute pipelines. These include various buffer types, streams, events, etc.