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

About ippirezise

crazybubblefrog
Beginner
292 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
292 Views
Can you show an example of the difference?
0 Kudos
Naveen_G_Intel
Employee
292 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