About ippirezise

About ippirezise

crazybubblefrog's picture

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.

3 posts / 0 new
Last post
For more complete information about compiler optimizations, see our Optimization Notice.
Thomas Jensen's picture

Can you show an example of the difference?

Naveen Gv (Intel)'s picture

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

Login to leave a comment.