- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello All,
I'm using FFT to filter images in frequency domain by eliminating some frequency peaks. Aprox our proces is:
- Convert Image 8u -> 32fc
- MakeFFT
- Get Mag/Pha from complex FFT image
- Aply filtering inMag
- Restore complex image from Mag/Pha
- ApplyiFFT.
- Get filtered image as magnitude of 32fc iFFT result
Is there any function to convert a 8u image to a 32fc image?.We can not find any way to do this and we are doing pixel by pixel with and standard 'for' bucle.
Thanks for your help.
Francesc
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
you can use ippiConvert_8u32f and then ippsRealToCplx onrow by row basis.
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Vladimir,
Thanks for your response and sorry for my late reply. We have been very busy with other project and I have notworkied with IPP for all this time.
I will try, but it seems a good solution, nevertheless a fastest solution.
Regards,
Francesc

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page