Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b844e19

Browse files
authored
Update Introduction to OpenCV-Python Tutorial.md
1 parent 8a6b15d commit b844e19

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎ch01-On_OpenCV/Introduction to OpenCV-Python Tutorial.md‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 关于OpenCV
1+
# About OpenCV
22

33
# Translate (Anucha- goolge tranalTE)
44
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.
@@ -7,18 +7,18 @@ In 2005, OpenCV was used to win the [2005 DARPA Grand Challenge] (https://en.wik
77

88
OpenCV supports a variety of programming languages, such as C++, Python, Java, etc., and can be used on different platforms including Windows, Linux, OS X, Android and iOS. The high-speed GPU operating interface based on CUDA and OpenCL is also actively developing.
99
-----------------------------------------------------------------------------------------------------------------------------------
10-
OpenCV-Python是OpenCV的Python API,结合了OpenCV C ++ API的最佳特性和Python语言。
10+
1111
OpenCV-Python is OpenCV's Python API, which combines the best features of OpenCV C++ API and the Python language.
1212

13-
## OpenCV中的Python
13+
## Python in OpenCV
1414

1515
OpenCV-Python is a Python binding library for solving computer vision problems.
1616

1717
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.
1818

1919
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.
2020

21-
OpenCV-Python使用Numpy,它是一个高度优化的库,用于使用MATLAB风格的语法进行数值运算。所有OpenCV阵列结构都转换成Numpy数组。这也使得与使用Numpy的其他库(如SciPy和Matplotlib)更容易集成。
21+
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).
2222
-------------------------------------------------------------------------------------------------------------------------------------
2323
# [Comment Translate] Google
2424

@@ -40,7 +40,7 @@ Previous knowledge of Python and Numpy is recommended, as this guide will not co
4040

4141
This tutorial was originally started by Abid Rahman K. as part of the "Google Summer Code" project under the direction of Alexander Mordvintsev.
4242
________________________________________________________________________________________________________________________________________
43-
## OpenCV需要你!
43+
## OpenCV needs you!
4444

4545

4646

@@ -51,9 +51,9 @@ As new modules are added to OpenCV-Python, this tutorial will have to be extende
5151
Remember, together we can make this project a complete success!
5252

5353

54-
## 贡献者
54+
## Contributor
5555

56-
以下是向OpenCV-Python提交教程的贡献者列表。
56+
The following is a list of contributors who submitted tutorials to OpenCV-Python.
5757

5858
* Alexander Mordvintsev(GSoC-2013导师)
5959
* Abid Rahman K.(GSoC-2013实习生)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /