Here you will learn most basic feature of OpenCV, i.e. open an image, display it and save it.
Then you will extend it to playing and recording videos. Later you will learn how to integrate mouse events,
create trackbars etc. It will be helpful in creating interactive programs with OpenCV.
.. tabularcolumns:: m{100pt} m{300pt}
.. cssclass:: toctableopencv
|
Learn to load an image, display it and save it back |
.. tabularcolumns:: m{100pt} m{300pt}
.. cssclass:: toctableopencv
|
Learn to play videos, capture videos from Camera and write it as a video |
.. tabularcolumns:: m{100pt} m{300pt}
.. cssclass:: toctableopencv
|
Learn to draw lines, rectangles, ellipses, circles etc with OpenCV |
.. tabularcolumns:: m{100pt} m{300pt}
.. cssclass:: toctableopencv
|
Draw stuffs with your mouse |
.. tabularcolumns:: m{100pt} m{300pt}
.. cssclass:: toctableopencv
|
Create trackbar to control certain parameters |
.. toctree::
:hidden:
../py_image_display/py_image_display
../py_video_display/py_video_display
../py_drawing_functions/py_drawing_functions
../py_mouse_handling/py_mouse_handling
../py_trackbar/py_trackbar