• Stars
    star
    3,339
  • Rank 13,307 (Top 0.3 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 9 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

OpenCV问答群不再维护。有问题,自己去搜索。Google能找到大部分答案。

OpenCV-Python-Tutorial

OpenCV-Python-Tutorial-中文版.pdf

  • 这个repo是这本书PDF的所有源代码,几乎都被测试过,能正常运行。程序使用的图片和视频,都在data文件内。

平时会添加一些有趣的代码,实现某种功能。

运行:官方samples/demo.py 会有很多有趣的例子,介绍你去了解OpenCV的功能。

python 2.7 分支被废弃了,不再更新

# 添加了 Python3.6分支, 该分支是使用 opencv3.2+Python3.6

把原来的master分支改为python2.7分支,python3.6分支改为master分支

建议使用PyCharm来编写/调试Python代码

开发环境

  • macOS Mojave 10.14
  • Python 3.6.1
  • OpenCV 3.2.0
  • PyCharm 2018.3

VMware 虚拟机

如果安装OpenCV有问题,可以使用VMware 虚拟机安装Ubuntu系统,本人可以帮你们安装一个,再共享到百度云

树莓派3b

本人有一块【树莓派3b】开发板,也安装了OpenCV3,很好用,建议你们也买一块来玩一玩。

摄像头

教程资源

新闻News https://opencv.org/news.html

怎样翻墙?使用Google搜索引擎,观看YouTube视频教程

  • shadowsocks
    • 方便,随地随时翻墙
    • 手机使用4G信号上网,也可以。
    • 强烈推荐!
    • 购物国外服务器,搭建也很容易
      • 参考 https://isweic.com/build-shadowsocks-python-server/
      • pip install shadowsocks
      • 运行
        • shell窗口运行
          • ssserver -p 8388 -k password -m aes-256-cfb
          • 8388是端口号,password是密码,aes-256-cfb是加密类型,通过Ctrl+C结束
        • 后台运行
          • ssserver -p 8388 -k password -m aes-256-cfb --user nobody -d start
          • 结束后台运行
            • ssserver -d stop
        • 检查运行日志
          • less /var/log/shadowsocks.log
  • Lantern蓝灯
    • 本人不使用蓝灯了。
    1. 可以免费使用,但用完800m流量后会限速,还能正常使用,就是有点慢
    2. 专业版不贵,2年336元,每天0.46元。Lantern蓝灯专业版购买流程
    3. 邀请好友来获得更多的专业版使用时间。我的邀请码:GW2362

更新

捐赠打赏

  • OpenCV问答群1,QQ群号:187436093

  • 微信

    • wechat_donate
  • 支付宝

    • alipay_donate
  • 福利

    • 免费国内服务器,但需要交押金,随时全额原路退还
      • 有需要的朋友请加入QQ群,发【手机号】给群主
      • free_server

More Repositories

1

Taobao_topsdk

淘宝客-淘宝联盟-阿里妈妈 topsdk python3.6
Python
432
star
2

Pi_Self_Driving_Car

使用树莓派3b来实现无人驾驶汽车
Python
267
star
3

Programer_Log

最新动态在这里【我的程序员日志】
Jupyter Notebook
210
star
4

Robot_Arm_Write_Chinese

使用uArm Swift Pro机械臂写中文-毛笔字
Python
67
star
5

DDK_SDK

拼多多-多多客联盟 CPS 工具包
Python
65
star
6

Python_Master_Courses

人生苦短 我用Python
Python
63
star
7

True_Artificial_Intelligence

真AI人工智能
Jupyter Notebook
61
star
8

Kinect_Tutorial

Kinect Tutorial in Python3 教程2018
HTML
28
star
9

Blockchain_Study

学习区块链
JavaScript
18
star
10

Programer_Guide_Make_Money

程序员赚钱指南,写代码,自动化赚钱,走上致富之路。
17
star
11

Machine_Translation_Subtitles_Group

机器翻译字幕组=机翻字幕组
Python
17
star
12

Didi_DI-TECH_3th_smart_traffic_light_Competition

滴滴Di-Tech算法大赛第3届智能信号灯https://ditech.didichuxing.com/
Jupyter Notebook
13
star
13

moviepy_guide

moviepy guide指南,怎样使用moviepy来剪辑视频
Jupyter Notebook
7
star
14

Do_Business

生意经。经验,程序员怎样做生意
7
star
15

Developing-iOS-8-Apps-with-Swift

Developing iOS 8 Apps with Swift(Stanford),https://itunes.apple.com/us/course/developing-ios-8-apps-swift/id961180099
Swift
6
star
16

bytenode_example

如何保护价值上千万的Node.js源代码?
JavaScript
6
star
17

roll_news_scrapy

使用scrapy抓取搜狐滚动新闻,保存到mongodb。
Python
4
star
18

book-hadoop-hacks

the source code of <Hadoop Hacks>专家使用的实践技巧
Java
3
star
19

OverGW

翻越长城,你懂的
2
star
20

bookChromeExtensions

图书《Chrome扩展及应用开发》
JavaScript
2
star
21

AIY_py

my Google AIY voice hat project Python3 code
Python
2
star
22

roll_news_server

使用flask来提供新闻查询服务
Python
2
star
23

Python_Toolbox

Python工具箱,平时经常用到的函数
Python
1
star
24

uArm_Swift_Pro_Python_Test

使用Python代码测试uArm_Swift_Pro机械臂
Python
1
star
25

CN_Puzzle_Smart_Answer

中文,谜题,智力答题,头脑王者,知乎答题王
Python
1
star