码迷,mamicode.com
首页 >  
搜索关键字:vision    ( 417个结果
OpenCV学习笔记(一)——OpenCV3.3.0+VS2015开发环境配置
前言: 什么是OpenCV?可能还有人不清楚吧,简单地说,OpenCV——Open Source Computer Vision Library,即开源计算机视觉库,它是基于C语言和部分C++语言来开发,可用于计算机视觉、图像处理以及模式识别和跟踪。 一、准备工作: 1.下载OpenCV安装包: 到 ...
分类:其他好文   时间:2017-12-07 15:21:30    阅读次数:335
[学习笔记] CS131 Computer Vision: Foundations and Applications:Lecture 2 颜色和数学基础
大纲 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
[学习笔记] CS131 Computer Vision: Foundations and Applications:Lecture 1 课程介绍
课程大纲: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
linux安装OpenCV以及windows安装numpy、cv2等python2.7模块
OpenCV(Open Source Computer Vision Library) 是一个基于BSD许可(开源)发行的跨平台计算机视觉库,它具有C ++,C,Python和Java接口,可以运行在Linux、Windows、Mac OS和Android操作系统上。OpenCV的设计是为了提高计算 ...
分类:编程语言   时间:2017-11-16 16:20:58    阅读次数:233
Rethinking the Inception Architecture for Computer Vision
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
计算机视觉中的边缘检测Edge Detection in Computer Vision
计算机视觉中的边缘检测 边缘检测是计算机视觉中最重要的概念之一。这是一个很直观的概念,在一个图像上运行图像检测应该只输出边缘,与素描比较相似。我的目标不仅是清晰地解释边缘检测是怎样工作的,同时也提供一个新而又容易的方法只需要最小工作来明显地提高边缘检测。 通过获得这些边缘,许多计算机算法才得以有可能 ...
分类:其他好文   时间:2017-10-20 20:01:00    阅读次数:149
[转] caffe视觉层Vision Layers 及参数
视觉层包括Convolution, Pooling, Local Response Normalization (LRN), im2col等层。 1、Convolution层: 就是卷积层,是卷积神经网络(CNN)的核心层。 层类型:Convolution lr_mult: 学习率的系数,最终的学习 ...
分类:其他好文   时间:2017-10-06 20:03:55    阅读次数:196
417条   上一页 1 ... 12 13 14 15 16 ... 42 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!