Department of Computer Science and Engineering The Chinese University of Hong Kong Biography Chi-Wing FU, Philip, received his B.Sc. (1st hon.) and M. ...
一、前言 终于,简单实现了何博士论文去雾算法的基础部分。由于CVPR2009论文中的优化方法比较麻烦,速度比较慢,何博士于2010ECCV补充了一篇Guided Image Filtering优化求解速度,此处后面的优化我直接调用了何博士的函数。 主要参考文献: [1] He K, Jian S, ...
分类:
编程语言 时间:
2019-01-08 16:38:44
阅读次数:
236
>>help gpuThere are several options available for using your computer's graphics processing unit (gpu) for matrix operations. - Transfer data between ...
分类:
其他好文 时间:
2019-01-06 18:19:02
阅读次数:
240
提问的智慧 http://www.beiww.com/doc/oss/smart-questions.html Computer Science Conference Rankings http://www.ntu.edu.sg/home/assourav/crank.htm 如何学好计算机技术反思 ...
分类:
其他好文 时间:
2019-01-06 15:40:12
阅读次数:
178
Challenges for Theoretical Computer Science: DRAFThttp://www2.research.att.com/~dsj/nsflist.html A compendium of NP optimization problemshttp://www.na ...
分类:
Web程序 时间:
2019-01-06 15:38:42
阅读次数:
262
Behind the scenes in the computer's memory, color is always talked about as a series of 24 bits of information for each pixel. In an image, the color ...
分类:
其他好文 时间:
2019-01-06 12:49:21
阅读次数:
189
C++ Concurrency in Action Anthony Williams Chapter 1. Hello, world of concurrency in C++! 1.1 What is concurrency? 1.1.1 Concurrency in computer syste ...
分类:
其他好文 时间:
2019-01-06 10:44:30
阅读次数:
127
什么是 CMake All problems in computer science can be solved by another level of indirection. 你或许听过好几种 Make 工具,例如 GNU Make ,QT 的 qmake ,微软的 MS nmake,BSD M ...
分类:
其他好文 时间:
2019-01-04 20:22:51
阅读次数:
284
1.1 Introduction When writing programs that communicate across a computer network, one must first invent a protocol, an agreement on how those program ...
分类:
其他好文 时间:
2019-01-02 17:30:28
阅读次数:
240
一、介绍 基于图的图像分割(Graph-Based Image Segmentation),论文《Efficient Graph-Based Image Segmentation》,P. Felzenszwalb, D. Huttenlocher,International Journal of C ...
分类:
其他好文 时间:
2019-01-01 18:17:42
阅读次数:
237