Hi,
My pipeline looks like resize->crop->Normalize the image. Planning to either use NvMedia Image or driveWorks API.
-
Can you let let me know if, NvMedia2DBlitEx() can resize the image using Bilinear interpolation. Because the set of transformations supported are restricted to only rotation/transpose of 2D images and NOT resize.
Is there any sample code of this pipeline without NvSci allocators and sync? -
Is driveworks better suited to create this pipeline.
Then output of this image processing is further fed to model running in tensorrt. So is NvMedia or DriveWorks-imageprocessing a better choice?