I would like to use NPP to build image pyramids (aka rsets or overviews) where each level is half the resolution of the preceding level. Simply using the Resize function will result in aliasing (due to Nyquist Sampling Criteria). IPP has an antialiased Resize API. Are there any plans to implement something similar in NPP? My current strategy will be to prefilter via a convolution kernel to suppress the higher frequencies prior to resizing, but I will have to determine what that kernel needs to be and this is probably not the most performant approach.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
What does nppiResize_8u_C1R do when shrinking ? | 9 | 3656 | February 27, 2012 | |
NVPP nppiResize return error? NVPP | 0 | 5049 | May 27, 2010 | |
Resize large images Lib | 1 | 1539 | December 20, 2012 | |
NVPP nppiResize return error? about calling nvpp. | 0 | 2312 | May 27, 2010 | |
problem with NPP image resize function --nppiResize_8u_C1R | 3 | 2753 | March 16, 2012 | |
NPP library functions nppiResize_8U_C3R and nppiBGRToLab_8u_C3R differ from cv::resize() output | 10 | 4956 | October 12, 2021 | |
nppi Resize vs Ippi Resize | 0 | 910 | March 30, 2017 | |
NPP Resize Function for 32f | 0 | 7138 | July 1, 2011 | |
how to improve performance of npp resize function? | 3 | 2875 | November 8, 2016 | |
Does NPP Resize method supports 16 bit data? | 2 | 2148 | April 9, 2012 |