- Welcome
- Getting Started With the NVIDIA DriveWorks SDK
- Modules
- Samples
- Tools
- Tutorials
- SDK Porting Guide
- DriveWorks API
- More
The Image Transformation submodule implements basic image processing operations, such as image scaling.
Image scaling is performed using NvMedia's VIC engine if the input is DW_IMAGE_NVMEDIA
and CUDA if the input is DW_IMAGE_CUDA
. The scaling engine is also able to format convert the image if the input and output pixel format differ. The supported conversions are a subset of the ones obtainable via dwImage_copyConvert
. However this operation allows conversion and ROI handling, so it is suitable for a different class of use cases.