Purpose: updated the highgui chapter
This commit is contained in:
parent
b561cecbab
commit
e762f2a33c
@ -3,14 +3,14 @@ highgui. High-level GUI and Media I/O
|
|||||||
*************************************
|
*************************************
|
||||||
|
|
||||||
While OpenCV was designed for use in full-scale
|
While OpenCV was designed for use in full-scale
|
||||||
applications and can be used within functionally rich UI frameworks (such as Qt, WinForms or Cocoa) or without any UI at all, sometimes there is a need to try some functionality quickly and visualize the results. This is what the HighGUI module has been designed for.
|
applications and can be used within functionally rich UI frameworks (such as Qt*, WinForms*, or Cocoa*) or without any UI at all, sometimes there it is required to try functionality quickly and visualize the results. This is what the HighGUI module has been designed for.
|
||||||
|
|
||||||
It provides easy interface to:
|
It provides easy interface to:
|
||||||
|
|
||||||
* create and manipulate windows that can display images and "remember" their content (no need to handle repaint events from OS)
|
* Create and manipulate windows that can display images and "remember" their content (no need to handle repaint events from OS).
|
||||||
* add trackbars to the windows, handle simple mouse events as well as keyboard commmands
|
* Add trackbars to the windows, handle simple mouse events as well as keyboard commmands.
|
||||||
* read and write images to/from disk or memory.
|
* Read and write images to/from disk or memory.
|
||||||
* read video from camera or file and write video to a file.
|
* Read video from camera or file and write video to a file.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user