Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

WarpAffine zoomed image quality

umundry
Beginner
290 Views

After extensive forth and back to get panning/zooming to work using the WarpAffine functionality (see https://software.intel.com/en-us/forums/intel-integrated-performance-primitives/topic/622238), I come to realize that for large zoom factors the output imagery has heavy pixilation and therefore is useless for my purposes.

When using ResizeLanczos (instead of cubic for WarpAffine), this pixilation does not occur. Sadly WarpAffine does not support Lanczos interpolation. With that I will revert back to using a more elaborate 2-step process 1) ResizeLanczos and 2) either ippiCopy or WarpAffine with a zoom factor set to 1 (for shifting, or panning) the output image into its final position. I don't consider this a "performance" sequencing, but one mandated by above mentioned image quality issue.

With that, Chao had mentioned works on a higher level pan/zoom feature coming up, may I suggest such functionality include Lanczos interpolation with WarpAffine?

Thank you!

0 Kudos
1 Reply
Shaojuan_Z_Intel
Employee
290 Views

Hi Umundry,

Thanks for your suggestion! I will provide your feedback to our engineering team for future release. 

0 Kudos
Reply