资源简介
OpenCV 3计算机视觉:Python语言实现,代码+pdf文档,适合于计算机视觉研究者
代码片段和文件信息
import cv2
import numpy as np
img = cv2.imread(“../images/statue_small.jpg“ 0)
cv2.imwrite(“canny.jpg“ cv2.Canny(img 200 300))
cv2.imshow(“canny“ cv2.imread(“canny.jpg“))
cv2.waitKey()
cv2.destroyAllWindows()
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 215 2015-07-08 01:47 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 3_Code\canny.py
文件 413 2015-07-08 03:03 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 3_Code\contours.py
文件 1065 2015-07-10 03:08 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 3_Code\contours_2.py
文件 763 2015-07-10 12:02 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 3_Code\contours_hull.py
文件 783 2015-07-07 01:10 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 3_Code\fourier.py
文件 685 2015-07-12 01:18 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 3_Code\hough_circles.py
文件 405 2015-07-12 00:53 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 3_Code\hough_lines.py
文件 695 2015-07-08 01:23 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 3_Code\hpf.py
文件 1067 2015-07-04 01:06 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 3_Code\skin.py
文件 2737 2015-04-18 00:58 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 5_Code\depth.py
文件 1779 2015-04-23 03:06 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 5_Code\disparity.py
文件 1229 2015-04-17 16:19 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 5_Code\disparity_video.py
文件 510 2015-09-24 13:01 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 5_Code\segmentation.py
文件 1007 2015-04-23 02:20 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 5_Code\watershed.py
文件 528 2015-05-07 00:54 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 6_Code\brief.py
文件 701 2015-05-07 19:22 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 6_Code\feat_det.py
文件 1151 2015-05-09 00:41 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 6_Code\flann.py
文件 713 2015-05-09 22:38 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 6_Code\generate_desc
文件 829 2015-04-03 20:40 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 6_Code\generate_train.py
文件 1679 2015-05-09 22:47 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 6_Code\homography.py
文件 1626 2015-05-09 21:03 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 6_Code\scan_for_matches.py
文件 470 2015-05-06 01:03 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 6_Code\sift.py
文件 1912 2015-05-31 18:58 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 7_Code\car_detector\detector.py
文件 2959 2015-05-31 21:32 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 7_Code\car_detector\non_maximum.py
文件 386 2015-05-30 13:10 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 7_Code\car_detector\pyramid.py
文件 215 2015-05-31 15:24 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 7_Code\car_detector\sliding_window.py
文件 0 2015-05-25 01:01 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 7_Code\car_detector\__init__.py
文件 1973 2015-05-31 23:00 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 7_Code\car_sliding_windows.py
文件 1969 2015-09-24 13:04 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 7_Code\detect_hog_svm.py
文件 815 2015-05-15 03:31 OpenCV 3计算机视觉:Python语言实现\Learning_OpenCV_3_Computer_Vision_with_Python_Second_Edition_Code\Chapter 7_Code\people_detect_hog.py
............此处省略49个文件信息
相关资源
- 通过python使用opencv计算图像的中心
- Programming Computer Vision with Python.pdf
- OpenCV Python 计算机视觉 官方教程中文
- 《机器学习-使用OpenCV和Python进行智能
- opencv3+python人脸检测和识别- 完整实战
- opencv3+python人脸检测和识别- 完整实战
- opencv3+python人脸检测和识别 完整项目
- opencv3视频中检测人脸python
- 图片感兴趣区域ROI获取——鼠标选择
- opencv-contrib_python-3.4.2.16-cp37-amd64.zip
- OpenCV+3计算机视觉++Python语言实现 高清
- python计算机视觉编程programming compute
- OpenCV3计算机视觉_Python语言实现 _刘波
- OpenCV3计算机视觉Python语言实现源代码
- opencv_python‑3.4.3‑cp37‑cp37m‑win_amd
- OPENCV入门书籍:opencv3机器视觉Python语
- python计算机视觉编程完整版.rar
- OpenCV3 计算机视觉 Python语言实现
- python计算机视觉.pdf
- opencv_python-3.4.2.16-cp37-cp37m-win_amd64.wh
- LBPH算法人脸识别代码.rar
- 计算机视觉素材.part1.rar
- Python计算机视觉编程(含源码+python计
- opencv_python-3.4.2.16-cp35-cp35m-win_amd64.wh
- python计算机视觉-Bag-Of-Word.zip
- OpenCV3计算机视觉Python语言实现(第二
- Python 计算机视觉编程中文版PDF
- opencv3机器视觉python语言实现.zip
- Python计算机视觉编程完整版PDF
- opencv3计算机视觉 python实现
评论
共有 条评论