Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

About ippirezise

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

Reply