Updated ChangeLog (markdown)

Vadim Pisarevsky 2017-12-15 19:22:44 +03:00
parent 08a31c12c8
commit 0b655034be

@ -36,7 +36,7 @@ opencv_dnn has been further improved and extended:
![](images/rtfm.png)
- Now the [reference guide](https://docs.opencv.org/master/) includes function/method prototypes for the Python bindings, e.g. type "convexHull" in the search field and you will see the C++ declaration and the Python wrapper spec beneath it. That was another GSoC 2017 project. Big thanks to Cartucho and Vincent Rabaud.
- Now the [reference guide](https://docs.opencv.org/master/) includes function/method prototypes for the Python bindings, e.g. type "convexHull" in the search field and you will see the C++ declaration and the Python wrapper spec below it. That was another GSoC 2017 project. Big thanks to Cartucho and Vincent Rabaud.
- [Excellent tutorial](http://pullrequest.opencv.org/buildbot/export/pr/10304/docs/d9/dab/tutorial_homography.html) (TODO: update the link) on how to compute and use homography matrix in OpenCV has been added. Big thanks to Catree.
- [The guide](https://github.com/opencv/opencv/wiki/MediaSDK-encode-decode-backend) on how to use OpenCV with Intel Media SDK in order to get hardware-accelerated video decoding/encoding has been written by Maksim Shabunin.
- [Another guide](https://github.com/opencv/opencv/wiki/Profiling-OpenCV-Applications) has been added a few months ago by Alexander Alekhin, but was not mentioned before, on how to profile OpenCV-based applications using Intel Tracing Technology tool.