OpenCV-Python4.1 中文文档
OpenCV是计算机视觉中经典的专用库,其支持多语言、跨平台,功能强大。OpenCV-Python为OpenCV提供了Python接口,使得使用者在Python中能够调用C/C++,在保证易读性和运行效率的前提下,实现所需的功能。
OpenCV-Python Tutorials是官方提供的文档,其内容全面、简单易懂,使得初学者能够快速上手使用。2014年段力辉在当时已翻译过OpenCV3.0,但时隔五年,如今的OpenCV4.1中许多函数和内容已经有所更新,因此有必要对该官方文档再进行一次翻译。
翻译过程中难免有所疏漏,如发现错误,希望大家指出,谢谢支持。
OpenCV-Python Tutorials官方文档:https://docs.opencv.org/4.1.2/d6/d00/tutorial_py_root.html
Learn how to setup OpenCV-Python on your computer!
Getting Started with OpenCV-Python
Set Up OpenCV-Python in Windows
Set Up OpenCV-Python in Fedora
Set Up OpenCV-Python in Ubuntu
Here you will learn how to display and save images and videos, control mouse events and create trackbar.
In this section you will learn basic operations on image like pixel editing, geometric transformations, code optimization, some mathematical tools etc.
In this section you will learn different image processing functions inside OpenCV.
In this section you will learn about feature detectors and descriptors
In this section you will learn different techniques to work with videos like object tracking etc.
In this section we will learn about camera calibration, stereo imaging etc.
In this section you will learn different image processing functions inside OpenCV.
Learn to use kNN for classification Plus learn about handwritten digit recognition using kNN
Get a basic understanding of what kNN is
Now let’s use kNN in OpenCV for digit recognition OCR
Understand concepts of SVM
Get a basic understanding of what SVM is
Let’s use SVM functionalities in OpenCV
Learn to use K-Means Clustering to group data to a number of clusters. Plus learn to do color quantization using K-Means Clustering
Read to get an intuitive understanding of K-Means Clustering
Now let’s try K-Means functions in OpenCV
In this section you will learn different computational photography techniques like image denoising etc.
In this section you will learn object detection techniques like face detection etc.
In this section, we will see how OpenCV-Python bindings are generated