摘要: 图像基础,像素、灰度/彩色、缩放、长宽比率。 阅读全文
posted @ 2018-08-17 09:30 自强厚德 阅读(1620) 评论(0) 推荐(1) 编辑
摘要: 1 本章简要记录 “Deep learning methods are representation-learning methods with multiple levels of representation, obtained by composing simple but nonlinear 阅读全文
posted @ 2018-08-14 19:30 自强厚德 阅读(1650) 评论(0) 推荐(1) 编辑
摘要: Deep Learning for Computer Vision with Python整个内容简介 阅读全文
posted @ 2018-08-10 11:08 自强厚德 阅读(3944) 评论(1) 推荐(2) 编辑
摘要: 原文:http://blog.csdn.net/mysniper11/article/details/8618245 一、概念 立体匹配算法主要是通过建立一个能量代价函数,通过此能量代价函数最小化来估计像素点视差值。立体匹配算法的实质就是一个最优化求解问题,通过建立合理的能量函数,增加一些约束,采用 阅读全文
posted @ 2018-07-25 16:28 自强厚德 阅读(3588) 评论(0) 推荐(0) 编辑
摘要: ubuntu下配置python的远程编译环境jupyter nootbook 阅读全文
posted @ 2018-07-16 18:01 自强厚德 阅读(614) 评论(0) 推荐(0) 编辑
摘要: 在Ubuntu16.04下安装caffe cpu版本。 阅读全文
posted @ 2018-07-11 11:37 自强厚德 阅读(1840) 评论(0) 推荐(0) 编辑
摘要: opencv中使用Mat数据类型表示图像,这是类似int、float等传统类型的一种opencv中定义的数据类型。 opencv常见的数据类型: point:代表二维点,用于图像坐标点。如point(20, 80). scalar:表示4元素标量,常用于RGB颜色值,一般第四个参数用不到。 像素是由 阅读全文
posted @ 2018-05-15 10:37 自强厚德 阅读(714) 评论(0) 推荐(0) 编辑
摘要: 网络上很多opencv与visual studio的配置说明,但大部分存在问题很多,该环境是为数不多的一次就能成功配置成功且运行成功的教程。 仅此记录为配置环境搭建过程。 阅读全文
posted @ 2018-05-11 01:20 自强厚德 阅读(1406) 评论(0) 推荐(0) 编辑
摘要: 简单记录ZYNQ7000 SOC的构成。 阅读全文
posted @ 2018-04-20 11:13 自强厚德 阅读(5150) 评论(0) 推荐(1) 编辑
摘要: 在xilinx SDK下使用usb device模式示例代码,测试usb DEVICE模式。 阅读全文
posted @ 2018-04-19 13:55 自强厚德 阅读(3290) 评论(0) 推荐(0) 编辑