Stereo Matching - Dynamic Programming

Posted by Varun on Stack Overflow See other posts from Stack Overflow or by Varun
Published on 2010-05-17T18:40:30Z Indexed on 2010/05/17 18:51 UTC
Read the original article Hit count: 335

Hi,

I am supposed to implement Dynamic programming algorithm for Stereo matching problem. I have read 2 research papers but still haven't understood as to how do I write my own c++ program for that !

Is there any book or resource that's available somewhere that I can use to get an idea as to how to start coding actually ?

Internet search only gives me journal and conference papers regarding Dynamic Programming but not how to implement the algorithm step by step.

Thanks

Varun

© Stack Overflow or respective owner

Related posts about matching

Related posts about dynamic-programming