摘要: sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose 阅读全文
posted @ 2017-05-07 00:26 qtfan 阅读(4441) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get install qt5-default qtcreator 完成后设置工具链 安装numpy步骤: sudo apt-get install libblas-dev sudo pip install --upgrade numpy sudo pip install --up 阅读全文
posted @ 2017-05-06 22:49 qtfan 阅读(1723) 评论(0) 推荐(0) 编辑
摘要: 1,设置interfaces sudo nano /etc/network/interfaces 修改 wanl0 部分: auto wlan0 allow-hotplus wlan0 iface wlan0 inet dhcp wpa_conf /etc/wpa_supplicant/wpa_su 阅读全文
posted @ 2017-05-06 21:22 qtfan 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 1树莓派安装完成后(使用win32diskimager)需要进行设置 1.1 设置显示器的分辨率 采用hdmi时,默认的是720P(1280×720@60hz),如果显示器的物理分辨率不是这个分辨率,显示会变形,字体也会发虚。可通过tf卡上fat32分区内的config.txt进行设置,参数如下(参 阅读全文
posted @ 2017-05-06 21:07 qtfan 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 转载自http://blog.csdn.net/csxwc/article/details/10345235Bitmap是Android系统中的图像处理的最重要的类之一。用它可以获取图像文件信息,对图像进行旋转,剪切,放大,缩小等操作。Bitmap代表一张位图,使我们在开发中常用的资源,下面就对Bi... 阅读全文
posted @ 2015-08-04 10:04 qtfan 阅读(363) 评论(0) 推荐(0) 编辑
摘要: 1.如何将字串String转换成整数int?A.有两个方法:1).inti=Integer.parseInt([String]);或i=Integer.parseInt([String],[intradix]);2).inti=Integer.valueOf(my_str).intValue();注... 阅读全文
posted @ 2015-08-03 22:16 qtfan 阅读(608) 评论(0) 推荐(0) 编辑
摘要: 转载自http://blog.csdn.net/jesse__zhong/article/details/24934083使用双surface,将第一个设置为透明背景,在摄像机上绘制图像,纠结搞了一天。其中参考了http://blog.csdn.net/yanzi1225627/article/de... 阅读全文
posted @ 2015-08-02 20:50 qtfan 阅读(991) 评论(0) 推荐(0) 编辑
摘要: 转载自http://blog.csdn.net/jesse__zhong/article/details/24889709.......省略包public class Staticdetection2Activity extends Activity { final private static S... 阅读全文
posted @ 2015-08-02 20:41 qtfan 阅读(475) 评论(0) 推荐(0) 编辑
摘要: 转载自http://www.cnblogs.com/tail/p/4618790.html采用静态初始化的方法,可以戳下边的链接查看官方的文档介绍http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/dev_... 阅读全文
posted @ 2015-08-02 20:36 qtfan 阅读(412) 评论(1) 推荐(0) 编辑