摘要: Image Smoothing via L0 Gradient Minimization 在L0最小范数的约束下,对图像进行边缘保持和平滑。 http://www.cse.cuhk.edu.hk/~leojia/projects/L0smoothing/index.html 阅读全文
posted @ 2017-07-24 11:33 Crazod 阅读(961) 评论(0) 推荐(0) 编辑
摘要: Sort Colors Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the 阅读全文
posted @ 2016-04-29 17:58 Crazod 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 看懂题目花了很长时间: 题目是这样的: 英文:There are n bulbs that are initially off. You first turn on all the bulbs. Then, you turn off every second bulb. On the third r 阅读全文
posted @ 2016-04-22 15:12 Crazod 阅读(186) 评论(0) 推荐(0) 编辑
摘要: Now consider if some obstacles are added to the grids. How many unique paths would there be? An obstacle and empty space is marked as 1 and 0 respecti 阅读全文
posted @ 2016-04-22 13:13 Crazod 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 最近开始准备实习的笔试,复习了一下C++ 指针的内容 在计算机的每一个字节都有一个对应的地址: 很多书上用街道上的门牌比喻:地址使用数字来表示的,就和街道上的门牌号一样。但这样是不甚贴切的,因为存在着二级指针和一个数据存在多个地址等情况。 所以我觉得用字典前面的目录来比喻比较贴切。 在我们的程序中: 阅读全文
posted @ 2016-03-29 18:10 Crazod 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 这是第一篇博客,想把之前写的一些东西整理成技术博客,陆续的搬运过来吧。介绍一下一直在做的Stereo match 的基本原理: 为了模拟人眼对立体场景的捕捉和对不同景物远近的识别能力,立体匹配算法要求采用两个摄像头代替人眼,通过获取两幅非常接近的图片以获取景深(视差:Disparity),从而计算出 阅读全文
posted @ 2016-03-27 20:58 Crazod 阅读(6074) 评论(0) 推荐(0) 编辑