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

function for shift image after FFT

mweissbach
Beginner
269 Views
Hi

I have 2 images which are lineartransformed by the FFT -> Pack and multiplied - to perform a convolution in F-space.
Now I'm looking for a function for shift the result in such a way, the highest frequencies are in the middle of the image

My question:So far as I recall,former versions of the IPP offereda function, that shifts the image. Is there such one provided by the current IPP?

Thanks a lot

M.W.

edit: This matter canbe done withthe remap function, which solves the general case of remapping. Is there a more specialized and therefore a more accelerated function available in the current IPP?
0 Kudos
2 Replies
Thomas_Jensen1
Beginner
269 Views
I also had this problem and choose to write my own since IPP didn't have one.
I just used ippCopy 4x to copy 1 quadrant at a time. Does require double buffers though.
0 Kudos
Gennady_F_Intel
Moderator
269 Views
yes, Iconfirm that such functionalityis missing in the current version of IPP. If you reallyinterestingin suchfunctionality, You cansubmitthe Feature Request against IPP.
--Gennady
0 Kudos
Reply