From e762f2a33c42b53e02bdb0bcdadf90c3d7175205 Mon Sep 17 00:00:00 2001 From: Elena Fedotova Date: Sat, 30 Apr 2011 14:10:45 +0000 Subject: [PATCH] Purpose: updated the highgui chapter --- modules/highgui/doc/highgui.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/highgui/doc/highgui.rst b/modules/highgui/doc/highgui.rst index 5d1f450c78..566349e8ee 100644 --- a/modules/highgui/doc/highgui.rst +++ b/modules/highgui/doc/highgui.rst @@ -3,14 +3,14 @@ highgui. High-level GUI and Media I/O ************************************* 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: -* 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 -* read and write images to/from disk or memory. -* read video from camera or file and write video to a file. +* 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. +* Read and write images to/from disk or memory. +* Read video from camera or file and write video to a file. .. toctree:: :maxdepth: 2