Page 1 of 1

Algorithm Used for Tracking

PostPosted: Mon Apr 14, 2008 4:27 am
by goldengul20
Hi all,

i want to embedd the tracking algorithm on FPGA(spartan 3). if anyone can kindly send me the 'tracking algorithm' AVRcam uses.

Thanks in advance.

Gul

Re: Algorithm Used for Tracking

PostPosted: Wed Apr 23, 2008 3:03 am
by goldengul20
i got it.....

John Orlando has implemented efficiently the paper http://www.cs.cmu.edu/~trb/papers/wirevision00.pdf. i am really impressed by his efficient implementation.

Re: Algorithm Used for Tracking

PostPosted: Wed Apr 23, 2008 8:32 pm
by johno
Indeed...that is the paper on which the tracking algorithm is based. The full algorithm is implemented in assembly in the file CamInterfaceAsm.S, which I tried to heavily comment so that it made sense (I usually hate reading other people's asm code).

If you get the algorithm running in an FPGA, I'd love to hear about it. This is something I've always thought about doing, but haven't had the time to pursue it. Things really get interesting when you can hook two cameras up to the FPGA, which would provide the ability to calculate disparity maps between the stereo cameras allowing for determination of depth.

Good times...if only there were more hours in the day.