About This Module
The Image Transformation submodule implements basic image processing operations, such as image scaling.
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.
Table for supported inputs and outputs that do not perform conversions
Table for supported inputs and outputs that perform also conversions
Relevant Tutorials
APIs