OpenCV: Difference between revisions
Jump to navigation
Jump to search
(Created page with "OpenCV is a computer vision library written in C++. Binding for Java, Python and other environments are available. * https://opencv.org/ * https://en.wikipedia.org/wiki/OpenCV") |
No edit summary |
||
| Line 1: | Line 1: | ||
OpenCV is a computer vision library written in C++. Binding for Java, Python and other environments are available. | OpenCV is a computer vision library written in C++. Binding for Java, Python and other environments are available. | ||
= Links = | |||
* https://opencv.org/ | * https://opencv.org/ | ||
* https://en.wikipedia.org/wiki/OpenCV | * https://en.wikipedia.org/wiki/OpenCV | ||
* https://docs.opencv.org/ | |||
Revision as of 05:14, 15 October 2019
OpenCV is a computer vision library written in C++. Binding for Java, Python and other environments are available.