DSPRelated.com
Forums

2DFFT implementation for image Cross-correlation

Started by iamrahulmaurya October 21, 2010
Hi there,

For performing stereo image matching by using cross-correlation with 2DFFT on TMS320C6474 platform i required a reference code in C. If someone is there working with it please provide me some reference code for understanding.

I have already performed it in spatial domain now require to experience frequency domain to compare performance. Please help me if you can.

Thanks,
:Rahul

_____________________________________
Rahul-

> For performing stereo image matching by using cross-correlation
> with 2DFFT on TMS320C6474 platform i required a
> reference code in C. If someone is there working with it please
> provide me some reference code for understanding.
>
> I have already performed it in spatial domain now require to
> experience frequency domain to compare performance.
> Please help me if you can.

I strongly recommend that you obtain a copy of the book "The Fast Fourier Transform and its Applications" by E. Oran
Brigham:

http://portal.acm.org/citation.cfm?idG314

There is a section on 2-D convolution and correlation using FFT, including a one-page code example.

As you can see from the above page, this book is widely cited. It explains the FFT and ways to use it in practical
and straightforward manner.

-Jeff

_____________________________________
Jeff,

Thanks for the book reference.
It is one I did not have.
I just ordered it from Amazon.

R. Williams
---------- Original Message -----------
From: "Jeff Brower"
To: "Rahul Maurya"
Cc: c...
Sent: Thu, 21 Oct 2010 13:28:19 -0500 (CDT)
Subject: Re: [c6x] 2DFFT implementation for image Cross-correlation

> Rahul-
>
> > For performing stereo image matching by using cross-correlation
> > with 2DFFT on TMS320C6474 platform i required a
> > reference code in C. If someone is there working with it please
> > provide me some reference code for understanding.
> >
> > I have already performed it in spatial domain now require to
> > experience frequency domain to compare performance.
> > Please help me if you can.
>
> I strongly recommend that you obtain a copy of the book "The Fast
> Fourier Transform and its Applications" by E. Oran Brigham:
>
> http://portal.acm.org/citation.cfm?idG314
>
> There is a section on 2-D convolution and correlation using FFT,
> including a one-page code example.
>
> As you can see from the above page, this book is widely cited. It
> explains the FFT and ways to use it in practical and straightforward manner.
>
> -Jeff
------- End of Original Message -------

_____________________________________