From 5005f5e88e8f572eae921223343aee09a833c1c9 Mon Sep 17 00:00:00 2001 From: Kenaniah Cerny Date: Wed, 26 Mar 2014 23:15:42 -0700 Subject: [PATCH] Fixed type gPython -> Python --- doc/py_tutorials/py_setup/py_intro/py_intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/py_tutorials/py_setup/py_intro/py_intro.rst b/doc/py_tutorials/py_setup/py_intro/py_intro.rst index 4488c05072..65b30c2e53 100644 --- a/doc/py_tutorials/py_setup/py_intro/py_intro.rst +++ b/doc/py_tutorials/py_setup/py_intro/py_intro.rst @@ -9,7 +9,7 @@ OpenCV OpenCV was started at Intel in 1999 by **Gary Bradsky**, and the first release came out in 2000. **Vadim Pisarevsky** joined Gary Bradsky to manage Intel's Russian software OpenCV team. In 2005, OpenCV was used on Stanley, the vehicle that won the 2005 DARPA Grand Challenge. Later, its active development continued under the support of Willow Garage with Gary Bradsky and Vadim Pisarevsky leading the project. OpenCV now supports a multitude of algorithms related to Computer Vision and Machine Learning and is expanding day by day. -OpenCV supports a wide variety of programming languages such as C++, gPython, Java, etc., and is available on different platforms including Windows, Linux, OS X, Android, and iOS. Interfaces for high-speed GPU operations based on CUDA and OpenCL are also under active development. +OpenCV supports a wide variety of programming languages such as C++, Python, Java, etc., and is available on different platforms including Windows, Linux, OS X, Android, and iOS. Interfaces for high-speed GPU operations based on CUDA and OpenCL are also under active development. OpenCV-Python is the Python API for OpenCV, combining the best qualities of the OpenCV C++ API and the Python language.