Difference between revisions of "Edge AI SDK/Tools/OpenCV"
From ESS-WIKI
Eric.liang (talk | contribs) |
Eric.liang (talk | contribs) |
||
Line 3: | Line 3: | ||
<span style="font-size:larger;">OpenCV (Open Source Computer Vision Library: [http://opencv.org 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)</span> | <span style="font-size:larger;">OpenCV (Open Source Computer Vision Library: [http://opencv.org 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)</span> | ||
− | |||
− | |||
== 4.7.0 == | == 4.7.0 == |
Revision as of 08:22, 4 December 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)