VisionWorks Toolkit Reference

December 18, 2015 | 1.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
List
Here are the data structures with brief descriptions:
[detail level 123]
 NnvxNVIDIA VisionWorks Framework and Primitives C++ API
 CTimerTimer class interface
 NnvxioContains API for image reading and rendering
 CApplicationApplication interface
 CConfigParserConfigParser interface
 CContextGuardContextGuard is a wrapper for vx_context
 CFrameSourceFrameSource interface
 CParametersFrameSource parameters
 COptionHandlerOptionHandler interface
 CRangeRange class
 CRenderRender interface
 CCircleStyleDefines circle style
 CDetectedObjectStyleDefines the detected object's rectangle style
 CFeatureStyleDefines the features parameters
 CLineStyleDefines line style
 CMotionFieldStyleDefines motion field style
 CTextBoxStyleDefines the text box parameters
 CRender3DRender3D interface
 CPlaneStyleHolds the plane style
 CPointCloudStyleHolds the point cloud style
 CThreadSafeQueueThread-Safe Queue class
 Cnvx_keypointf_tDefines a keypoint data structure
 Cnvx_module_version_tVisionWorks module version
 Cnvx_point2f_tDefines a 2D point (float coordinates)
 Cnvx_point3f_tDefines a 3D point (float coordinates)
 Cnvx_point4f_tDefines a 4D point (float coordinates)
 Cnvx_version_info_tVisionWorks library version information
 Cvx_border_mode_tUse with the enumeration VX_NODE_ATTRIBUTE_BORDER_MODE to set the border mode behavior of a node that supports borders
 Cvx_coordinates2d_tThe 2D Coordinates structure
 Cvx_coordinates3d_tThe 3D Coordinates structure
 Cvx_delta_rectangle_tThe changes in dimensions of the rectangle between input and output images in an output parameter validator. Used in conjunction with VX_META_FORMAT_ATTRIBUTE_DELTA_RECTANGLE and vxSetMetaFormatAttribute
 Cvx_imagepatch_addressing_tThe addressing image patch structure is used by the Host only to address pixels in an image patch. The fields of the structure are defined as:
 Cvx_kernel_info_tThe Kernel Information Structure. This is returned by the Context to indicate which kernels are available in the OpenVX implementation
 Cvx_keypoint_tThe keypoint data structure
 Cvx_perf_tThe performance measurement structure
 Cvx_rectangle_tThe rectangle data structure that is shared with the users