VisionWorks Toolkit Reference

December 18, 2015 | 1.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
FrameSource.hpp File Reference

Detailed Description

The FrameSource interface and utility functions.

Definition in file FrameSource.hpp.

Go to the source code of this file.

Data Structures

class  nvxio::FrameSource
 FrameSource interface. More...
 
struct  nvxio::FrameSource::Parameters
 FrameSource parameters. More...
 

Namespaces

 nvxio
 Contains API for image reading and rendering.
 

Functions

std::unique_ptr< FrameSource > nvxio::createDefaultFrameSource (vx_context context, const std::string &uri)
 FrameSource interface factory that provides appropriate implementation by source URI. More...
 
vx_image nvxio::loadImageFromFile (vx_context context, const std::string &fileName, vx_df_image format=VX_DF_IMAGE_RGB)
 Loads image from file into OpenVX Image object. More...