March 2019
Intermediate to advanced
538 pages
13h 38m
English
One of the simplest things to do in order to learn more about an OpenCV algorithm is to see when it was added to the source tree. Luckily, OpenCV as an open source project has retained most of its code's history, and changes were logged in various released versions. There are several useful resources to access this information, as follows:
Let's examine, for example, the algorithm in the cv::solvePnP(...) function, which is one of ...