Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

About ippirezise

crazybubblefrog
Beginner
603 Views
Hi there
I'm working with medical image processing,andconcerned about the quality of ippiresize function.
I compare the pDst buffer of ippirezie function with standard linear interpolation algorithm. It turns out to be a great difference, there are 30% pixels are different, and I want to kown why. Is this resize function doing some other thingsbesides interpolation.
0 Kudos
2 Replies
Thomas_Jensen1
Beginner
603 Views
Can you show an example of the difference?
0 Kudos
Naveen_G_Intel
Employee
603 Views

Hi,

As i know ippiResize functions do only interpolation during resizing. Try different interpolation mode(may be IPPI_INTER_SUPER).

Which version of IPP you are using. All ippiResize* functions in ippiman.pdf and .h formats have been marked for deprecated. You have to use ippiResizeSqrPixel* intead.

Regards,

Naveen Gv

0 Kudos
Reply