I should apply dynamic programming algorithms to the stereo matching problem. I have read 2 research papers, but I still do not understand how to write my own C ++ program!
Is there a book or resource that is available anywhere. How to actually start coding?
Internet search only gives me journal and conference letters about dynamic programming, but it is not how to implement the algorithm through the step.
thanks
Varune
Implement dynamic programming The part of the challenge is that it is more about solving this problem than it is a pure algorithm.
An effective resource used once to implement the DP solution; It has not been kept up to date, but it's still a good place to start.
I am also checking the resources listed in
Comments
Post a Comment