OpenCV: Difference between revisions

Mmkaram (talk | contribs)
m Fixed grammar and improved flow
Mmkaram (talk | contribs)
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> in the world. It was originally developed by [https://www.intel.com/content/www/us/en/homepage.html Intel] in 2000. It is open source under the [[wikipedia:Apache_License|Apache License]] 2. OpenCV interfaces with many languages such as C++, Python and Java<ref name=":0" />.
[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.