Skip to content

Latest commit

 

History

History
92 lines (61 loc) · 2.83 KB

py_table_of_contents_gui.rst

File metadata and controls

92 lines (61 loc) · 2.83 KB

Gui Features in OpenCV

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

gui_1 Learn to load an image, display it and save it back
.. tabularcolumns:: m{100pt} m{300pt}
.. cssclass:: toctableopencv

gui_2 Learn to play videos, capture videos from Camera and write it as a video
.. tabularcolumns:: m{100pt} m{300pt}
.. cssclass:: toctableopencv

gui_5 Learn to draw lines, rectangles, ellipses, circles etc with OpenCV
.. tabularcolumns:: m{100pt} m{300pt}
.. cssclass:: toctableopencv

gui_3 Draw stuffs with your mouse
.. tabularcolumns:: m{100pt} m{300pt}
.. cssclass:: toctableopencv

gui_4 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