摘要: 一次OpenCV相关作业,有一个助教小姐姐写的tutorial,很有用,链接如下: 链接:http://pan.baidu.com/s/1bZHsJk 密码:854s 1. 色彩空间: 将RGB图像转换成ycrcb和hsv图像并保存每种色彩空间每个通道的图像。 输入: 输出: Blue: Red: 阅读全文
posted @ 2017-11-13 06:41 机智的小八 阅读(2648) 评论(0) 推荐(0) 编辑
摘要: 分享一些有用的资料链接: OpenCV入门教程:http://blog.csdn.net/column/details/opencv-tutorial.html OpenCV入门教程(组件结构):http://blog.csdn.net/poem_qianmo/article/details/199 阅读全文
posted @ 2017-11-13 06:22 机智的小八 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 这个去雾算法是做一个图像识别分类项目中使用的,用来作图像的预处理,尤其是对于图像的特征被雾遮挡住的情况。 github链接:https://github.com/x2mercy/scene_recognition 暗通道算法——何凯明博士 1:去雾 首先,要安装opencv,安装方法:https:/ 阅读全文
posted @ 2017-11-13 05:59 机智的小八 阅读(4146) 评论(1) 推荐(0) 编辑
摘要: 持续更新... github链接:https://github.com/x2mercy/Leetcode_Solution EASY: 1. Two Sum: Given an array of integers, return indices of the two numbers such tha 阅读全文
posted @ 2017-11-13 05:25 机智的小八 阅读(462) 评论(0) 推荐(0) 编辑