OpenCV: Difference between revisions
m Fixed grammar and improved flow |
m Better references |
||
Line 1: | Line 1: | ||
[https://opencv.org/ OpenCV] is the world's largest and most popular computer vision library<ref name=":0">https://opencv.org/</ref> | [https://opencv.org/ OpenCV] is the world's largest and most popular computer vision library in the world<ref name=":0">https://opencv.org/</ref>. It is open source under the [[wikipedia:Apache_License|Apache License]] 2<ref>https://github.com/opencv/opencv?tab=Apache-2.0-1-ov-file#</ref>. OpenCV interfaces with many languages such as C++, Python and Java<ref name=":0" />. | ||
Due to needing dynamically linked libraries and not having all necessary dependencies being packaged with the base version of the package for all uses, this page was created to help with the initial hassle of getting OpenCV to run in development environments. | Due to needing dynamically linked libraries and not having all necessary dependencies being packaged with the base version of the package for all uses, this page was created to help with the initial hassle of getting OpenCV to run in development environments. |