You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenCV was started by Gary Bradsky at Intel in 1999, and the first version was released in 2000. Vadim Pisarevsky joined Gary Bradsky and is responsible for managing Intel’s Russian software OpenCV team.
11
5
@@ -18,11 +12,11 @@ OpenCV-Python is OpenCV's Python API, which combines the best features of OpenCV
18
12
19
13
## OpenCV中的Python
20
14
21
-
OpenCV-Python是一个用于解决计算机视觉问题的Python绑定库。
15
+
OpenCV-Python is a Python binding library for solving computer vision problems.
22
16
23
-
Python是由Guido van Rossum开始的通用编程语言,它非常流行,主要是因为它的简单性和代码可读性。它使程序员能够在更少的代码行中表达想法,而不会降低可读性。
17
+
Python is a common programming language started by Guido van Rossum, which is very popular mainly because of its simplicity and code readability. It enables programmers to express ideas in fewer lines of code without reducing readability.
24
18
25
-
与C / C ++等语言相比,Python速度较慢。也就是说,Python可以通过C / C ++轻松扩展,这使得我们可以在C / C ++中编写计算密集型代码,并创建可用作Python模块的Python包装。这给了我们两个优点:第一,代码与原始C / C ++代码一样快(因为它是实际的C ++代码在后台工作),其次,它比Python C / C ++更容易编码。OpenCV-Python是原始OpenCV C ++实现的Python包装器。
19
+
Python is slower than languages such as C/C. That is, Python can be easily extended through C /C, which allows us to write compute-intensive code in C /C? and create python packaging that can be used as a Python module. This gives us two advantages: first, the code is as fast as the original C/C?code (because it actually works in the background), and second, it is easier to code than Python C/C? OpenCV-Python is the original OpenCV C-plus implementation of the Python wrapper.
@@ -36,13 +30,7 @@ Compared with languages such as C/C++, Python is slower. That is, Python c
36
30
37
31
OpenCV-Python uses Numpy, which is a highly optimized library for numerical operations using MATLAB-style syntax. All OpenCV array structures are converted to Numpy arrays. This also makes it easier to integrate with other libraries that use Numpy (such as SciPy and Matplotlib).
Since OpenCV is an open source project, everyone is welcome to contribute to the library, documentation and tutorials. If you find any errors in this tutorial (from minor spelling errors to serious errors in the code or concept), please feel free to correct them by cloning OpenCV in GitHub and submitting a citation request. The OpenCV developers will check your pull request and give you important feedback (once approved by the reviewers), it will be merged into OpenCV. Then you will become an open source contributor :-)
64
48
@@ -79,4 +63,4 @@ Remember, together we can make this project a complete success!
0 commit comments