- 博客(25)
- 资源 (1)
- 收藏
- 关注
原创 APP开发
http://www.cnblogs.com/zoupeiyang/p/4034517.html环境安装:JDK http://www.oracle.com/technetwork/java/javase/downloads/index.htmlEclipse http://www.eclipse.org/downloads/ Eclipse IDE for Java...
2020-02-28 07:58:59
717
原创 APP环境安装
http://www.cnblogs.com/zoupeiyang/p/4034517.html环境安装:JDK http://www.oracle.com/technetwork/java/javase/downloads/index.htmlEclipse http://www.eclipse.org/downloads/ Eclipse IDE for Java...
2020-02-28 07:56:20
496
转载 tensorflow安装学习
tensorflow 安装:https://pypi.org/project/tensorflow/1.13.1/#history可运行pip3 install tensorflow (CPU版)pip3 install Anaconda (数学库)各个版本https://www.cnblogs.com/myblog1993/p/6931007.htmlWindows环...
2019-06-13 11:24:12
157
转载 上传文件到服务器
https://cloud.tencent.com/developer/article/1112726Python上传文件到FTP服务器:ftp,有例子https://blog.csdn.net/cuirqiang/article/details/41627769Python写的一个文件上传upload:https://blog.csdn.net/a61595579/a...
2019-06-11 10:23:41
578
转载 树莓派及linux的技术网站
http://www.nrjs.cn/ctt/11120050.htmlhttps://www.boydwang.com/2014/02/raspberry-pi-extending-the-life-of-the-sd-card/http://mc.dfrobot.com.cn/thread-1720-1-1.html延长树莓派上SD卡的使用寿命https://sta...
2019-05-21 12:11:51
135
转载 python与c相互调用
https://www.cnblogs.com/chengxuyuancc/p/5355202.html
2019-05-06 14:26:29
278
转载 判断点是否处于多边形内的三种方法
https://blog.csdn.net/huixingshao/article/details/40859171面积判别法\叉乘判别法\角度和判别法
2019-04-24 14:34:19
4376
转载 python 的 with as
可以进行异常清理工作https://www.cnblogs.com/DswCnblog/p/6126588.html
2019-04-18 16:44:57
99
原创 numpy 常用
这里写自定义目录标题欢迎使用Markdown编辑器新的改变功能快捷键合理的创建标题,有助于目录的生成如何改变文本的样式插入链接与图片如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格设定内容居中、居左、居右SmartyPants创建一个自定义列表如何创建一个注脚注释也是必不可少的KaTeX数学公式新的甘特图功能,丰富你的文章UML 图表FLowchart流程图导出与导入导出导入欢迎使用Ma...
2019-03-20 19:22:19
158
转载 色差处理
https://www.cnblogs.com/wangyong/p/9119394.html图像色差处理-光照问题3种处理方法https://blog.csdn.net/yingchunhua365/article/details/14044773背景颜色的去处方法,提取肤色https://www.cnblogs.com/Py00/p/8876825.htmlOpenC...
2019-03-03 10:24:59
1544
原创 点集(contours)相加
def addBlob(blobInfs,contours):#同种颜色块合并 blob = colorBlobInfo() blob.area=0 ct = np.empty(shape= [0,1,2],dtype=np.int32) for bl in blobInfs: blob.area += bl.area ct=np.appen...
2019-02-28 17:19:12
572
原创 numpy的元素或
>>> aarray([[[ 0., 0., 0., 0.], [ 0., 0., 0., 0.], [ 0., 0., 0., 0.]], [[ 0., 0., 0., 0.], [ 0., 255., 0., 0.], [ ...
2019-02-26 22:51:57
661
原创 特征提取
opencv-python 提取sift特征并匹配https://blog.csdn.net/yan456jie/article/details/52312253 特征向量(Feature Vectors) 很好的文章,描述图像特征提取的原理和代码https://www.jianshu.com/p/86f39172b68a SIFT、HOG、深度学习等描述原理,比较,...
2019-01-23 17:03:30
1222
原创 python常见问题
程序崩溃1、对象调用不合适的函数,一般是用错对象变量了如r = self.stateTable.currentRow()写成 r = self.combineList.currentRow()其中combineList是list对象,stateTable是QTableWidget的派生对象,currentRow是其自定义的函数2、没有import对应的文件 ...
2019-01-18 09:06:56
162
转载 opencv的contours
https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_imgproc/py_contours/py_table_of_contents_contours/py_table_of_contents_contours.htmlhttps://blog.csdn.net/zziahgf/article/deta...
2019-01-14 10:06:21
325
转载 求极值,取边缘
python 寻找离散序列极值点https://blog.csdn.net/weijifen000/article/details/80070520Matlab信号提取、频谱分析、滤波、阈值设定、寻找极值点https://blog.csdn.net/han____shuai/article/details/50700882https://bbs.csdn.net/top...
2019-01-04 09:54:33
437
转载 基础概念学习
https://www.cnblogs.com/P3nguin/p/7777239.html卷积削峰平谷,平滑的作用,可用高斯,平均等矩阵https://blog.csdn.net/qq_39521554/article/details/79083864https://en.wikipedia.org/wiki/Convolution卷积应用:cv.pyrDown https...
2019-01-03 15:56:30
152
转载 NumPy基本方法
一、数组方法创建数组:arange()创建一维数组;array()创建一维或多维数组,其参数是类似于数组的对象,如列表等读取数组元素:如a[0],a[0,0]数组变形:如b=a.reshape(2,3,4)将得到原数组变为2*3*4的三维数组后的数组;或是a.shape=(2,3,4)或a.resize(2,3,4)直接改变数组a的形状数组组合:水平组合hstack((a,b...
2018-12-28 17:06:19
267
转载 一些工具
1、jupyter notebook用途:交互式笔记本,在里面运行python等,较为方便,特别是看帮助翻页等2安装网站及命令http://jupyter.org/install pip install jupyter安装完成后在命令行里运行jupyter notebook 2、helphelp(cv2.findContours)建议在jupyter下看help...
2018-12-20 17:41:56
239
原创 numpy.reshape
C:\Users\comba>ipythonPython 3.5.3 (v3.5.3:1880cb95a742, Jan 16 2017, 16:02:32) [MSC v.1900 64 bit (AMD64)]Type 'copyright', 'credits' or 'license' for more informationIPython 7.1.1 -- An enhan...
2018-12-18 20:09:35
306
原创 python笔记
1)__-- 对返回值不感兴趣的变量,例子 def fun() return 1.2.3 fi1,__,__ =fun() 2)每个class和实例都有一个__dict__>>> class A:... def __init__(self):... self.a=10... self...
2018-12-05 15:24:31
122
转载 SLAM方案选型
GMapping计算复杂,没有有效处理闭环的缺点,采用SubMap和Scan Match的思想构建地图,能够有效处理闭环,达到了较好的效果。依赖里程计(odometry)优点:在长廊及低特征场景中建图效果好;https://www.cnblogs.com/qcloud1001/p/7978238.htmlHector slam需要雷达(LRS)的更新频率较高,测量噪声小。所以...
2018-11-27 19:09:04
405
转载 slam
https://blog.csdn.net/amds123/article/details/70045135SLAM算法解析:抓住视觉SLAM难点,了解技术发展大趋势:vslam 难点https://www.leiphone.com/news/201709/4sHeWYmxh71IgeaI.html激光SLAM与视觉SLAM的现状与趋势https://blog.csdn.net/m0...
2018-11-27 16:18:13
179
转载 串口
sudo apt-get install minicomdmesg | grep usbsudo minicom -s serial port setup-->serial device:/dev/ttyUSB0 lsmod | grep usbserial ls -l /dev/ttyUSB*sudo chmod 777 /dev/ttyUSB0sudo apt-ge...
2018-11-27 14:09:47
111
转载 常用linux命令
1、文件查看,批量修改属性find src -iname *.cfg -exec chmod 777 {} \;注意空格严格定义ls -l2、快捷键CTRL+SHITF+C +Vhttps://www.linuxidc.com/Linux/2017-12/149748.htm快捷键3、分区、硬盘、内存、程序gparted 分区更改dfsudo fdisk -lsu...
2018-11-27 11:10:53
102
windows 时区修复
2020-06-07
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人