File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ http://docs.opencv.org/3.2.0/d6/d00/tutorial_py_root.html
5050-
5151
5252## 新闻News
53- - http://www.opencv.org.cn/ 恢复正常。
53+ - http://www.opencv.org.cn/
5454- [ OpenCV 3.3发布了] ( http://opencv.org/opencv-3-3.html )
5555 1 . 主要消息是我们将DNN模块从opencv_contrib推广到主存储库,改进和加速了很多。不再需要外部BLAS实现。对于GPU,使用Halide(http://halide-lang.org)进行实验性DNN加速。有关该模块的详细信息可以在我们的wiki中找到:[OpenCV中的深度学习 ] ( https://github.com/opencv/opencv/wiki/Deep-Learning-in-OpenCV ) 。
5656 2 . OpenCV现在可以使用标志ENABLE_CXX11构建为C ++ 11库。添加了C ++ 11程序员的一些很酷的功能。
@@ -68,6 +68,19 @@ Intel Media SDK现在可以被我们的videoio模块用来进行硬件加速的
6868 - 方便,随地随时翻墙
6969 - 手机使用4G信号上网,也可以。
7070 - 强烈推荐!
71+ - 购物国外服务器,搭建也很容易
72+ - 参考 https://isweic.com/build-shadowsocks-python-server/
73+ - pip install shadowsocks
74+ - 运行
75+ - shell窗口运行
76+ - ssserver -p 8388 -k password -m aes-256-cfb
77+ - 8388是端口号,password是密码,aes-256-cfb是加密类型,通过Ctrl+C结束
78+ - 后台运行
79+ - ssserver -p 8388 -k password -m aes-256-cfb --user nobody -d start
80+ - 结束后台运行
81+ - ssserver -d stop
82+ - 检查运行日志
83+ - less /var/log/shadowsocks.log
7184- [ Lantern蓝灯] ( https://github.com/getlantern/lantern/releases/tag/latest )
7285 - 本人不使用蓝灯了。
7386 1 . 可以免费使用,但用完800m流量后会限速,还能正常使用,就是有点慢
@@ -87,6 +100,6 @@ Intel Media SDK现在可以被我们的videoio模块用来进行硬件加速的
87100 - <img src =" data/alipay_donate.jpg " width = " 200 " height = " 200 " alt =" alipay_donate " />
88101
89102- 福利
90- - 免费服务器 ,但需要交押金,随时全额原路退还
103+ - 免费国内服务器 ,但需要交押金,随时全额原路退还
91104 - 有需要的朋友请加入QQ群,发【手机号】给群主
92105 - ![ free_server] ( data/free_server.jpeg )
You can’t perform that action at this time.
0 commit comments