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 0b82857

Browse files
committed
README添加目录信息 2019年5月8日
1 parent a340b76 commit 0b82857

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

‎README.md‎

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
11
## OpenCV-Python图像处理教程(源码及素材)
22

3-
> 教程地址:[ex2tron's Blog](http://ex2tron.wang)
3+
> 教程地址:[ex2tron's Blog](http://ex2tron.wang)
4+
5+
![](http://pic.ex2tron.top/cv2_python_opencv_cover_gif2.gif)
6+
7+
#### 入门篇
8+
9+
1. [简介与安装](http://ex2tron.wang/opencv-python-introduction-and-installation/)(了解安装OpenCV-Python) | [番外篇1:代码性能优化](http://ex2tron.wang/opencv-python-extra-code-optimization/)
10+
2. [基本元素-图片](http://ex2tron.wang/opencv-python-basic-element-image/)(图片载入/显示/保存) | [番外篇2:无损保存和Matplotlib使用](http://ex2tron.wang/opencv-python-extra-high-quality-save-and-using-matplotlib/)
11+
3. [打开摄像头](http://ex2tron.wang/opencv-python-open-camera/)(打开摄像头捕获图片/播放保存视频) | [番外篇3:滑动条](http://ex2tron.wang/opencv-python-extra-trackbar/)
12+
4. [图像基本操作](http://ex2tron.wang/opencv-python-basic-operations/)(访问像素点/ROI/通道分离合并/图片属性)
13+
5. [颜色空间转换](http://ex2tron.wang/opencv-python-changing-colorspaces/)(颜色空间转换/追踪特定颜色物体)
14+
6. [阈值分割](http://ex2tron.wang/opencv-python-image-thresholding/)(阈值分割/二值化) | [番外篇4:Otsu阈值法](http://ex2tron.wang/opencv-python-extra-otsu-thresholding/)
15+
7. [图像几何变换](http://ex2tron.wang/opencv-python-image-geometric-transformation/)(旋转/平移/缩放/翻转) | [番外篇5:仿射变换与透视变换](http://ex2tron.wang/opencv-python-extra-warpaffine-warpperspective/)
16+
8. [绘图功能](http://ex2tron.wang/opencv-python-drawing-function/)(画线/画圆/画矩形/添加文字) | [番外篇6:鼠标绘图](http://ex2tron.wang/opencv-python-extra-drawing-with-mouse/)
17+
18+
[**挑战任务:画动态时钟**](http://ex2tron.wang/opencv-python-clock-drawing/) | [**拓展挑战:PyQt5编写GUI界面**](http://ex2tron.wang/opencv-python-using-pyqt5-create-gui/)
19+
20+
21+
#### 基础篇
22+
23+
1. [图像混合](http://ex2tron.wang/opencv-python-image-blending/)(算数运算/混合/按位运算) | [番外篇7:亮度与对比度](http://ex2tron.wang/opencv-python-extra-contrast-brightness/)
24+
2. [平滑图像](http://ex2tron.wang/opencv-python-smoothing-images/)(卷积/滤波/模糊/降噪) | [番外篇8:卷积基础(图片边框)](http://ex2tron.wang/opencv-python-extra-padding-and-convolution/)
25+
3. [边缘检测](http://ex2tron.wang/opencv-python-edge-detection/)(Canny/Sobel) | [番外篇9:图像梯度](http://ex2tron.wang/opencv-python-extra-image-gradients/)
26+
4. [腐蚀与膨胀](http://ex2tron.wang/opencv-python-erode-and-dilate/)(形态学操作/腐蚀/膨胀/开运算/闭运算)
27+
5. [轮廓](http://ex2tron.wang/opencv-python-contours/) (寻找/绘制轮廓) | [番外篇10:轮廓层级](http://ex2tron.wang/opencv-python-extra-contours-hierarchy/)
28+
6. [轮廓特征](http://ex2tron.wang/opencv-python-contour-features/) (面积/周长/最小外接矩(圆)/形状匹配) | [番外篇11:凸包及更多轮廓特征](http://ex2tron.wang/opencv-python-extra-convex-hull/)
29+
7. [直方图](http://ex2tron.wang/opencv-python-histograms/)(计算绘制直方图/均衡化)
30+
8. [模板匹配](http://ex2tron.wang/opencv-python-template-matching/)(大图中找小图)
31+
9. [ 霍夫变换](http://ex2tron.wang/opencv-python-hough-transform/)(提取直线/圆)
32+
33+
[**挑战任务:车道检测**](http://ex2tron.wang/opencv-python-lane-road-detection/)

0 commit comments

Comments
(0)

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