Difference between revisions of "Edge AI SDK/Tools/OpenCV"

From ESS-WIKI
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
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>
 
= [https://opencv.org/releases/ Release] =
 
  
 
== 4.7.0 ==
 
== 4.7.0 ==
  
 
* [https://github.com/opencv/opencv/wiki/ChangeLog#version470 Release Note]
 
* [https://github.com/opencv/opencv/wiki/ChangeLog#version470 Release Note]
 
 
[[Category:Editor]]
 

Latest revision as of 09:23, 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)

4.7.0