Hi,
We were currently using the intel IPP 7.1 but still using the depreciated method ResizeCenter.
We were evaluating the intel IPP 8.2.1 and want to replace the resizecenter method with Resize<Interpolation>
my Q's here are
1) can we achieve same display as ResizeCenter using new method Resize<Interpolation> or do we have any change when i compare pixel by pixel for the resized images. This is needed to ensure that check correctness and we have already unit testers to check the output pixel by pixel.
2) I had also seen options for border interpolation which is not present in the old method resizecenter.
3) Also we have been using the multi threaded version of static library in my project.. Now i have read somewhere that this multi threaded libraries are depreciated in 8.2.1 and kept under a folder in threaded folder. Does it mean that no new processor optimizations went into those multi threaded library version. Will it be any change in performance if we still link to newer version of multi threaded libraries compared to single threaded library.
4) Also please tell me the difference between the ippresizeCenter,ippiResizeSqrPixle and ippiresize methods in terms of abilities and usage.
Thanks & Regards,
Muralidhar