提交 150ef753 编写于 作者: SChen00's avatar SChen00

fix Summary

上级 8cffdf84
......@@ -37,9 +37,9 @@
+ [4.6 图像梯度](https://docs.opencv.org/4.0.0/d5/d0f/tutorial_py_gradients.html)
+ [4.7 Canny边缘检测](https://docs.opencv.org/4.0.0/da/d22/tutorial_py_canny.html)
+ [4.8 影像金字塔](https://docs.opencv.org/4.0.0/dc/dff/tutorial_py_pyramids.html)
+ [4.9 轮廓](https://docs.opencv.org/4.0.0/d3/d05/tutorial_py_table_of_contents_contours.html)
+ [4.10 直方图](https://docs.opencv.org/4.0.0/de/db2/tutorial_py_table_of_contents_histograms.html)
+ [4.11 图像转换](https://docs.opencv.org/4.0.0/dd/dc4/tutorial_py_table_of_contents_transforms.html)
+ [4.9 轮廓](https://docs.opencv.org/4.0.0/d3/d05/tutorial_py_contours.html)
+ [4.10 直方图](https://docs.opencv.org/4.0.0/de/db2/tutorial_py_histograms.html)
+ [4.11 图像转换](https://docs.opencv.org/4.0.0/dd/dc4/tutorial_py_transforms.html)
+ [4.12 模板匹配](https://docs.opencv.org/4.0.0/d4/dc6/tutorial_py_template_matching.html)
+ [4.13 霍夫线变换](https://docs.opencv.org/4.0.0/d6/d10/tutorial_py_hough_line.html)
+ [4.14 霍夫圆变换](https://docs.opencv.org/4.0.0/da/d53/tutorial_py_hough_circle.html)
......
......@@ -30,15 +30,15 @@
+ [基于GrabCut算法的交互式前景提取](docs/4.0.0/4.16-tutorial_py_grabcut.md)
+ 5\. 特征检测和描述
+ [理解特征](docs/4.0.0/5.1-tutorial_py_features_meaning.md)
+ [哈里斯角点检测](docs/4.0.0/5.2.md)
+ [Shi-Tomasi角落探测器&跟踪的好功能](docs/4.0.0/5.3.md)
+ [SIFT简介(尺度不变特征变换)](docs/4.0.0/5.4.md)
+ [SURF简介(加速鲁棒特性)](docs/4.0.0/5.5.md)
+ [角点检测的FAST算法](docs/4.0.0/5.6.md)
+ [简介(二进制鲁棒独立基本特征)](docs/4.0.0/5.7.md)
+ [ORB(定向快速和轮换简介)](docs/4.0.0/5.8.md)
+ [特征匹配](docs/4.0.0/5.9.md)
+ [特征匹配+ Homography查找对象](docs/4.0.0/5.10.md)
+ [哈里斯角点检测](docs/4.0.0/5.2-tutorial_py_harris.md.md)
+ [Shi-Tomasi角落探测器&跟踪的好功能](docs/4.0.0/5.3-tutorial_py_shi_tomasi.md)
+ [SIFT简介(尺度不变特征变换)](docs/4.0.0/5.4-tutorial_py_sift_intro.md)
+ [SURF简介(加速鲁棒特性)](docs/4.0.0/5.5-tutorial_py_surf_intro.md)
+ [角点检测的FAST算法](docs/4.0.0/5.6-tutorial_py_fast.md)
+ [简介(二进制鲁棒独立基本特征)](docs/4.0.0/5.7-tutorial_py_brief.md)
+ [ORB(定向快速和轮换简介)](docs/4.0.0/5.8-tutorial_py_orb.md)
+ [特征匹配](docs/4.0.0/5.9-tutorial_py_matcher.md)
+ [特征匹配+ Homography查找对象](docs/4.0.0/ 5.10-tutorial_py_feature_homography.md)
+ 6\. 视频分析
+ [Meanshift和Camshift](docs/4.0.0/6.1-tutorial_py_meanshift.md)
+ [光流](docs/4.0.0/6.2-tutorial_py_lucas_kanade.md)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册