Difference between revisions of "Edge AI SDK/Tools/OpenCV"
From ESS-WIKI
Eric.liang (talk | contribs) (Created page with " = OpenCV = <span style="font-size:larger;">OpenCV (Open Source Computer Vision Library: [http://opencv.org http://opencv.org]) is an open-source library that includes severa...") |
Eric.liang (talk | contribs) |
||
Line 10: | Line 10: | ||
* [https://github.com/opencv/opencv/wiki/ChangeLog#version470 Release Note] | * [https://github.com/opencv/opencv/wiki/ChangeLog#version470 Release Note] | ||
− | |||
[[Category:Editor]] | [[Category:Editor]] |
Revision as of 04:34, 28 November 2023
OpenCV
OpenCV (Open Source Computer Vision Library: http://opencv.org) is an open-source library that includes several hundreds of computer vision algorithms. The document describes the so-called OpenCV 2.x API, which is essentially a C++ API, as opposed to the C-based OpenCV 1.x API (C API is deprecated and not tested with "C" compiler since OpenCV 2.4 releases)