Hi,
I use NvMedia (Drive SDK6.0.6 version) to resize image.
And I use the api NvMedia2DCompose, and NvMedia2DSetSrcFilter for NVMEDIA_2D_FILTER_LOW.
In https://developer.nvidia.com/docs/drive/drive-os/6.0.6/public/drive-os-linux-sdk/api_reference/group__x__nvmedia__2d__api.html#gga4605bf06984881f5e6698a04ffecc959ac12700e7ae360aed10cf84efca72dd80 , it is bilinear filtering. However. it has some diff with opencv resize, cv::resize for cv::INTER_LINEAR.
So, NVMEDIA_2D_FILTER_LOW in NvMedia
Is the concept the same as the bilinear interpolation method in resize? How does nvmedia implement NVMEDIA_2D_FILTER_LOW operations internally? And How to get the same effect with the cv::resize for cv::INTER_LINEAR in Nemedia.
Hope for your help. Thanks.
This forum is exclusively for developers who are part of the NVIDIA DRIVE™ AGX SDK Developer Program. To post in the forum, please use an account associated with your corporate or university email address.
This helps us ensure that the forum remains a platform for verified members of the developer program.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.