很早之前写过《双边滤波算法的简易实现bilateralFilter》。 当时学习参考的代码来自cuda的样例。 相关代码可以参阅: https://github.com/johng12/cudaSamples/tree/master/cudaSamples/3_Imaging/bilateralFi ...
分类:
其他好文 时间:
2017-10-05 16:12:35
阅读次数:
351
1.GPA>4.00. 2.CET 4 SCORES>560. 3.REACH A VOCABULARY OF MORE THAN 20000 WORDS. 4.MAKE A PROGRESS IN COMPUTER SCIENCE. 5.READ AT LEAST 20 BOOKS A YEAR. ...
分类:
其他好文 时间:
2017-10-04 15:14:04
阅读次数:
214
A Complete Tutorial to Learn Data Science with Python from Scratch Introduction It happened few years back. After working on SAS for more than 5 years... ...
分类:
编程语言 时间:
2017-10-02 20:50:45
阅读次数:
349
本文主要是通过PIL+pytesseract+Tesseract-OCR实现验证码的识别 其中PIL为Python Imaging Library,已经是Python平台事实上的图像处理标准库了。PIL功能非常强大,但API却非常简单易用。 PIL第三方库安装 pip install PIL Ima ...
分类:
编程语言 时间:
2017-10-02 17:47:59
阅读次数:
318
计算全息技术,在理论和软件方面已经相对成熟,傅立叶变换生成菲涅尔全息图,层析法、点源法等各种算法从3D模型生成具有景深的全息图。 静态展示方面,Zebra Imaging等成熟的商业公司,打印的全息照片有着令人震撼的视觉效果和巨大的实用价值。 Zebra Imaging全息照片展示 动态显示,也就是 ...
分类:
其他好文 时间:
2017-10-01 22:00:35
阅读次数:
175
Data Science Map 数据科学之学习地图 图片来自网络 2017-10-01 Data science, also known as data-driven science, is an interdisciplinary field about scientific methods, ...
分类:
其他好文 时间:
2017-10-01 14:47:58
阅读次数:
242
【 biased regression methods to reduce variance 通过偏回归来减小方差】 https://onlinecourses.science.psu.edu/stat857/node/137 Introducing biased regression method ...
分类:
其他好文 时间:
2017-09-29 19:31:58
阅读次数:
162
https://www.newyorker.com/magazine/2017/09/18/the-case-against-civilization Science and technology: we tend to think of them as siblings, perhaps even ...
分类:
其他好文 时间:
2017-09-28 11:45:33
阅读次数:
263
PIL:Python Imaging Library,已经是Python平台事实上的图像处理标准库了。PIL功能非常强大,但API却非常简单易用。 由于PIL仅支持到Python 2.7,加上年久失修,于是一群志愿者在PIL的基础上创建了兼容的版本,名字叫Pillow,支持最新Python 3.x, ...
分类:
其他好文 时间:
2017-09-26 17:43:15
阅读次数:
218
1 大数据:batch,interactive query,streaming 2 集群环境有三大挑战:分别是并行化、单点失败处理、资源共享。采用以并行化的方式重写应用程序、对单点失败的处理方式、动态地进行计算资源的分配等解决方案 3 address of any protocol control ...
分类:
其他好文 时间:
2017-09-24 00:31:13
阅读次数:
151