Stereo Matching - Dynamic Programming
- by Varun
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