VisionWorks Toolkit Reference

December 18, 2015 | 1.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Scale Image Extensions

Adds various extensions to the Scale Image vision function.

This section describes different extensions to the standard Scale Image vision function.

Supported Input Formats

In addition to standard formats for the Scale Image primitive, VisionWorks supports the following input formats:

Example Code

vx_image src = vxCreateImage(context, 640, 480, VX_DF_IMAGE_RGB);
vx_image dst = vxCreateImage(context, 1024, 768, VX_DF_IMAGE_RGB);
vxReleaseContext(&context);