大纲 what is color? The result of interaction between physical light in the environment and our visual system. A psychological property of our visual ex ...
分类:
移动开发 时间:
2017-12-02 14:05:32
阅读次数:
489
课程大纲:http://vision.stanford.edu/teaching/cs131_fall1718/syllabus.html 课程定位: 课程交叉: what is (computer) vision?: 1. a scientific field that extracts info ...
分类:
移动开发 时间:
2017-11-29 16:14:33
阅读次数:
232
CV:Computer Vision 计算机视觉 NLP:Nature Language Processing 自然语言处理 NLU:Nature Language Understanding 自然语言理解 ASR:Automatic Speech Recognition 自动语音识别 TTS:Te ...
分类:
其他好文 时间:
2017-11-25 20:45:14
阅读次数:
149
OpenCV(Open Source Computer Vision Library) 是一个基于BSD许可(开源)发行的跨平台计算机视觉库,它具有C ++,C,Python和Java接口,可以运行在Linux、Windows、Mac OS和Android操作系统上。OpenCV的设计是为了提高计算 ...
分类:
编程语言 时间:
2017-11-16 16:20:58
阅读次数:
233
https://arxiv.org/abs/1512.00567 Convolutional networks are at the core of most state-of-the-art computer vision solutions for a wide variety of tasks ...
分类:
其他好文 时间:
2017-11-05 17:25:11
阅读次数:
114
1、计算机视觉方向的三大会议 ICCV: International Conference on Computer Vision ECCV:European Conference on Computer Vision CVPR: International Conference on Compute ...
分类:
其他好文 时间:
2017-10-28 20:25:00
阅读次数:
165
ICCV 的全称是 IEEE International Conference on Computer Vision,国际计算机视觉大会,是计算机视觉方向的三大顶级会议之一,通常每两年召开一次,2005 年 10 月曾经在北京召开。 会议收录论文的内容包括:底层视觉与感知,颜色、光照与纹理处理,分割 ...
分类:
其他好文 时间:
2017-10-21 19:15:41
阅读次数:
275
计算机视觉中的边缘检测 边缘检测是计算机视觉中最重要的概念之一。这是一个很直观的概念,在一个图像上运行图像检测应该只输出边缘,与素描比较相似。我的目标不仅是清晰地解释边缘检测是怎样工作的,同时也提供一个新而又容易的方法只需要最小工作来明显地提高边缘检测。 通过获得这些边缘,许多计算机算法才得以有可能 ...
分类:
其他好文 时间:
2017-10-20 20:01:00
阅读次数:
149
Awesome系列 Awesome Machine Learning Awesome Deep Learning Awesome TensorFlow Awesome TensorFlow Implementations Awesome Torch Awesome Computer Vision A ...
分类:
系统相关 时间:
2017-09-28 13:02:50
阅读次数:
240
在我的理解里,要实现计算机视觉必须有图像处理的帮助,而图像处理倚仗与模式识别的有效运用,而模式识别是人工智能领域的一个重要分支,人工智能与机器学习密不可分。纵观一切关系,发现计算机视觉的应用服务于机器学习。各个环节缺一不可,相辅相成。 计算机视觉(computer vision),用计算机来模拟人的 ...
分类:
其他好文 时间:
2017-09-03 21:06:03
阅读次数:
302