VisionWorks Toolkit Reference

December 18, 2015 | 1.2 Release

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

Detailed Description

The Render interface and utility functions.

Definition in file Render.hpp.

Go to the source code of this file.

Data Structures

struct  nvxio::Render::CircleStyle
 Defines circle style. More...
 
struct  nvxio::Render::DetectedObjectStyle
 Defines the detected object's rectangle style. More...
 
struct  nvxio::Render::FeatureStyle
 Defines the features parameters. More...
 
struct  nvxio::Render::LineStyle
 Defines line style. More...
 
struct  nvxio::Render::MotionFieldStyle
 Defines motion field style. More...
 
class  nvxio::Render
 Render interface. More...
 
struct  nvxio::Render::TextBoxStyle
 Defines the text box parameters. More...
 

Namespaces

 nvxio
 Contains API for image reading and rendering.
 

Functions

std::unique_ptr< Render > nvxio::createDefaultRender (vx_context context, const std::string &title, vx_uint32 width, vx_uint32 height, vx_uint32 format=VX_DF_IMAGE_RGBX)
 Render factory that creates UI render with a window by default. More...
 
std::unique_ptr< Render > nvxio::createImageRender (vx_context context, const std::string &path, vx_uint32 width, vx_uint32 height, vx_uint32 format=VX_DF_IMAGE_RGBX)
 Creates a render for image sequence. More...
 
std::unique_ptr< Render > nvxio::createVideoRender (vx_context context, const std::string &path, vx_uint32 width, vx_uint32 height, vx_uint32 format=VX_DF_IMAGE_RGBX)
 Creates a render for writing video. More...
 
std::unique_ptr< Render > nvxio::createWindowRender (vx_context context, const std::string &title, vx_uint32 width, vx_uint32 height, vx_uint32 format=VX_DF_IMAGE_RGBX)
 Creates a Window render. More...