![]() |
VisionWorks Toolkit ReferenceSeptember 29, 2015 | 1.0 Release |
Adds various extensions to the vx_lut
object.
This section describes different extensions and features to the standard Object: LUT.
In VisionWorks, LUTs can be accessed from the CUDA device memory in addition to the host CPU memory defined in the OpenVX specification. For this, the application must use CUDA-specific accessors nvx_accessor_e for the usage parameter of function vxAccessLUT
.
Example Code