Reply by rutiger May 21, 20062006-05-21
projector wrote:
> Hello all, > > for the last month i was searching for 2D cross correlation code in C/C++ > with no success. > I also tried many times to use the 'mcc' function in matlab & convert the > normxcorr2.m into C/C++ but it's issuing so many problems I'll spare you > with. > > Can you direct me to a good source or advise me with a solution? > > Thanks in advance.
Type the following into google: cross correlation c++ source code The first hit has source code for finding the 2-D cross-correlation. It is that easy!
Reply by Mad Prof May 21, 20062006-05-21
"projector" <liav.ezer@gmail.com> wrote in message
news:D4idnQVZOMie9-3ZnZ2dnUVZ_vqdnZ2d@giganews.com...
> Hello all, > > for the last month i was searching for 2D cross correlation code in C/C++ > with no success. > I also tried many times to use the 'mcc' function in matlab & convert the > normxcorr2.m into C/C++ but it's issuing so many problems I'll spare you > with. > > Can you direct me to a good source or advise me with a solution? > > Thanks in advance. > > >
Well - you could do some research and write your own? Now that's a novel idea. M.P *** Posted via a free Usenet account from http://www.teranews.com ***
Reply by projector May 21, 20062006-05-21
Hello all,

for the last month i was searching for 2D cross correlation code in C/C++
with no success. 
I also tried many times to use the 'mcc' function in matlab & convert the
normxcorr2.m into C/C++ but it's issuing so many problems I'll spare you
with.

Can you direct me to a good source or advise me with a solution?

Thanks in advance.