File tree 30 files changed +30
-30
lines changed
07-Image-Geometric-Transformation
Challenge-01-Draw-Dynamic-Clock
Challenge-02-Create-GUI-with-PyQt5
Challenge-03-Lane-Road-Detection
Extra-02-High-Quality-Save-and-Matplotlib
Extra-07-Contrast-and-Brightness
Extra-08-Padding-and-Convolution
30 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程02:基本元素-图片] ( http://ex2tron .wang/opencv-python-basic-element-image/ )
1
+ # [ OpenCV-Python教程02:基本元素-图片] ( http://codec .wang/opencv-python-basic-element-image/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_image_coordinate_channels.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程03:打开摄像头] ( http://ex2tron .wang/opencv-python-open-camera/ )
1
+ # [ OpenCV-Python教程03:打开摄像头] ( http://codec .wang/opencv-python-open-camera/ )
2
2
3
3
学习打开摄像头捕获照片、播放本地视频、录制视频等。<!-- more --> 图片/视频等可到[ 源码处] ( #引用 ) 下载。
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程04:图像基本操作] ( http://ex2tron .wang/opencv-python-basic-operations/ )
1
+ # [ OpenCV-Python教程04:图像基本操作] ( http://codec .wang/opencv-python-basic-operations/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_lena_face_roi_crop.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程05:颜色空间转换] ( http://ex2tron .wang/opencv-python-changing-colorspaces/ )
1
+ # [ OpenCV-Python教程05:颜色空间转换] ( http://codec .wang/opencv-python-changing-colorspaces/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_exercise_tracking_three_colors.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程06:阈值分割] ( http://ex2tron .wang/opencv-python-image-thresholding/ )
1
+ # [ OpenCV-Python教程06:阈值分割] ( http://codec .wang/opencv-python-image-thresholding/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_threshold_binary_demo.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程07:图像几何变换] ( http://ex2tron .wang/opencv-python-image-geometric-transformation/ )
1
+ # [ OpenCV-Python教程07:图像几何变换] ( http://codec .wang/opencv-python-image-geometric-transformation/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_perspective_transformations_inm.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程08:绘图功能] ( http://ex2tron .wang/opencv-python-drawing-function/ )
1
+ # [ OpenCV-Python教程08:绘图功能] ( http://codec .wang/opencv-python-drawing-function/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_drawing_functions.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程09:图像混合] ( http://ex2tron .wang/opencv-python-image-blending/ )
1
+ # [ OpenCV-Python教程09:图像混合] ( http://codec .wang/opencv-python-image-blending/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_image_blending_6_4.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程10:平滑图像] ( http://ex2tron .wang/opencv-python-smoothing-images/ )
1
+ # [ OpenCV-Python教程10:平滑图像] ( http://codec .wang/opencv-python-smoothing-images/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_bilateral_vs_gaussian.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程11:边缘检测] ( http://ex2tron .wang/opencv-python-edge-detection/ )
1
+ # [ OpenCV-Python教程11:边缘检测] ( http://codec .wang/opencv-python-edge-detection/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_canny_edge_detection_threshold.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程12:腐蚀与膨胀] ( http://ex2tron .wang/opencv-python-erode-and-dilate/ )
1
+ # [ OpenCV-Python教程12:腐蚀与膨胀] ( http://codec .wang/opencv-python-erode-and-dilate/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_understand_morphological.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程13:轮廓] ( http://ex2tron .wang/opencv-python-contours/ )
1
+ # [ OpenCV-Python教程13:轮廓] ( http://codec .wang/opencv-python-contours/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_understand_contours.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程14:轮廓特征] ( http://ex2tron .wang/opencv-python-contour-features/ )
1
+ # [ OpenCV-Python教程14:轮廓特征] ( http://codec .wang/opencv-python-contour-features/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_min_rect_rect_bounding.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程15:直方图] ( http://ex2tron .wang/opencv-python-histograms/ )
1
+ # [ OpenCV-Python教程15:直方图] ( http://codec .wang/opencv-python-histograms/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_understand_histogram.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程16:模板匹配] ( http://ex2tron .wang/opencv-python-template-matching/ )
1
+ # [ OpenCV-Python教程16:模板匹配] ( http://codec .wang/opencv-python-template-matching/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_understand_template_matching.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程17:霍夫变换] ( http://ex2tron .wang/opencv-python-hough-transform/ )
1
+ # [ OpenCV-Python教程17:霍夫变换] ( http://codec .wang/opencv-python-hough-transform/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_understand_hough_transform.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程挑战任务:画动态时钟] ( http://ex2tron .wang/opencv-python-clock-drawing/ )
1
+ # [ OpenCV-Python教程挑战任务:画动态时钟] ( http://codec .wang/opencv-python-clock-drawing/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_draw_clock_dynamic_sample.gif )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程拓展挑战:PyQt编写GUI界面] ( http://ex2tron .wang/opencv-python-using-pyqt5-create-gui/ )
1
+ # [ OpenCV-Python教程拓展挑战:PyQt编写GUI界面] ( http://codec .wang/opencv-python-using-pyqt5-create-gui/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_pyqt_gui_sample.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程挑战任务:车道检测] ( http://ex2tron .wang/opencv-python-lane-road-detection/ )
1
+ # [ OpenCV-Python教程挑战任务:车道检测] ( http://codec .wang/opencv-python-lane-road-detection/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_lane_detection_result_sample.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程番外篇1:代码性能优化] ( http://ex2tron .wang/opencv-python-extra-code-optimization/ )
1
+ # [ OpenCV-Python教程番外篇1:代码性能优化] ( http://codec .wang/opencv-python-extra-code-optimization/ )
2
2
3
3
学习如何评估和优化代码性能。(本节还没更新完…………)<!-- more -->
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程番外篇2:无损保存和Matplotlib使用] ( http://ex2tron .wang/opencv-python-extra-high-quality-save-and-using-matplotlib/ )
1
+ # [ OpenCV-Python教程番外篇2:无损保存和Matplotlib使用] ( http://codec .wang/opencv-python-extra-high-quality-save-and-using-matplotlib/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_matplotlib_show_gray_image.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程番外篇3:滑动条] ( http://ex2tron .wang/opencv-python-extra-trackbar/ )
1
+ # [ OpenCV-Python教程番外篇3:滑动条] ( http://codec .wang/opencv-python-extra-trackbar/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_track_bar_rgb.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程番外篇4:Otsu阈值法] ( http://ex2tron .wang/opencv-python-extra-otsu-thresholding/ )
1
+ # [ OpenCV-Python教程番外篇4:Otsu阈值法] ( http://codec .wang/opencv-python-extra-otsu-thresholding/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_bimodal_image_two_peaks.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程番外篇5:仿射变换与透视变换] ( http://ex2tron .wang/opencv-python-extra-warpaffine-warpperspective/ )
1
+ # [ OpenCV-Python教程番外篇5:仿射变换与透视变换] ( http://codec .wang/opencv-python-extra-warpaffine-warpperspective/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_image_transformation_sample.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程番外篇6:鼠标绘图] ( http://ex2tron .wang/opencv-python-extra-drawing-with-mouse/ )
1
+ # [ OpenCV-Python教程番外篇6:鼠标绘图] ( http://codec .wang/opencv-python-extra-drawing-with-mouse/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_live_draw_rectangle.gif )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程番外篇7:亮度与对比度] ( http://ex2tron .wang/opencv-python-extra-contrast-brightness/ )
1
+ # [ OpenCV-Python教程番外篇7:亮度与对比度] ( http://codec .wang/opencv-python-extra-contrast-brightness/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_contrast_brightness.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程番外篇8:卷积基础(图片边框)] ( http://ex2tron .wang/opencv-python-extra-padding-and-convolution/ )
1
+ # [ OpenCV-Python教程番外篇8:卷积基础(图片边框)] ( http://codec .wang/opencv-python-extra-padding-and-convolution/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_understand_padding.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程番外篇9:图像梯度] ( http://ex2tron .wang/opencv-python-extra-image-gradients/ )
1
+ # [ OpenCV-Python教程番外篇9:图像梯度] ( http://codec .wang/opencv-python-extra-image-gradients/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_horizen_vertical_edge_detection.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程番外篇10:轮廓层级] ( http://ex2tron .wang/opencv-python-extra-contours-hierarchy/ )
1
+ # [ OpenCV-Python教程番外篇10:轮廓层级] ( http://codec .wang/opencv-python-extra-contours-hierarchy/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_understand_hierarchy.jpg )
4
4
Original file line number Diff line number Diff line change 1
- # [ OpenCV-Python教程番外篇11:凸包及更多轮廓特征] ( http://ex2tron .wang/opencv-python-extra-convex-hull/ )
1
+ # [ OpenCV-Python教程番外篇11:凸包及更多轮廓特征] ( http://codec .wang/opencv-python-extra-convex-hull/ )
2
2
3
3
![ ] ( http://blog.codec.wang/cv2_understand_convex.jpg )
4
4
You can’t perform that action at this time.
0 commit comments