OpenCV: Difference between revisions

From David's Wiki
(Created page with "OpenCV is a very popular computer vision and image processing library for Python ==Installation== ==Resources== * [https://docs.opencv.org/master/d6/d00/tutorial_py_root.ht...")
 
Line 2: Line 2:


==Installation==
==Installation==
* Download Python 3
<pre>
pip install opencv-python
</pre>


==Usage==


==Resources==
==Resources==
* [https://docs.opencv.org/master/d6/d00/tutorial_py_root.html OpenCV Tutorial]
* [https://docs.opencv.org/master/d6/d00/tutorial_py_root.html OpenCV Tutorial]

Revision as of 16:10, 11 December 2019

OpenCV is a very popular computer vision and image processing library for Python

Installation

  • Download Python 3
pip install opencv-python


Usage

Resources