摘要: 持续更新。。 github:https://github.com/x2mercy/Leetcode_Solution 一种和数组经常一起出现的算法,虽然很简单,但我觉得还是需要mark一下,因为有的时候用这种算法可以避免多层循环,避免了很多重复,复杂度大大降低。 EASY: 其实在做easy前面几道 阅读全文
posted @ 2017-11-15 06:33 机智的小八 阅读(962) 评论(0) 推荐(0) 编辑
摘要: 一次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) 编辑
摘要: 持续更新... github链接:https://github.com/x2mercy/Leetcode_Solution Easy 1. Merge Two Sorted Lists: Merge two sorted linked lists and return it as a new lis 阅读全文
posted @ 2017-11-09 08:46 机智的小八 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 持续更新... github链接:https://github.com/x2mercy/Leetcode_Solution 为什么括号200道呢!因为准备按照200道这样的周期刷,每200道刷两遍,第一遍按难度刷,第二遍按类别刷! 先整理binarytree这一类别也是因为在刷题的过程中,由于没有系 阅读全文
posted @ 2017-11-08 05:29 机智的小八 阅读(487) 评论(0) 推荐(0) 编辑
摘要: 1.linkedlist基本用法:http://blog.csdn.net/i_lovefish/article/details/8042883 2.arraylist的一切:http://www.cnblogs.com/skywang12345/p/3308556.html 3.单向链表和双向链表 阅读全文
posted @ 2017-07-14 13:14 机智的小八 阅读(219) 评论(0) 推荐(0) 编辑