码迷,mamicode.com
首页 >  
搜索关键字:opencv sift    ( 6046个结果
使用opencv进行多路视频的播放
使用多核编程的思想,结合openMP,opencv,完成对多路视频的同步播放。...
分类:其他好文   时间:2014-07-23 16:35:41    阅读次数:332
OpenSift源码编译过程记录
本文记录了在CentOS6.5上编译Sift的开源实现OpenSift的编译过程,同时记录了编译过程中的几个问题....
分类:其他好文   时间:2014-07-23 16:35:11    阅读次数:334
ubuntu14.04中安装opencv2.4.9
1. 先从sourceforge上下载OpenCV的源码 http://jaist.dl.sourceforge.net/project/opencvlibrary/opencv-unix/2.4.9/opencv-2.4.9.zip 2. 解压到任意目录 unzip opencv-2.4.9.zip 3. 进入源码目录,创建release目...
分类:其他好文   时间:2014-07-23 14:00:06    阅读次数:218
“无法启动程序,因为计算机中丢失MSVCP100D.dll”的解决方案
用VS2012安装OpenCV时出现这个错误,在网上搜索了很多解决方案,最终解决了问题。现在把这些解决方案汇总一下。 方案一:下载MSVCP100D.dll 1、复制文件“msvcr100d.dll”到系统目录下。 2、系统目录一般为:C:\WINNT\System32 64位系统为C:\Windows\SysWOW64。 3、最后点击开始菜单-->运行-->输入regsvr32...
分类:其他好文   时间:2014-07-22 23:44:47    阅读次数:912
Learning OpenCV Lecture 4 (Transforming Images with Morphological Operations)
Transforming Images with Morphological Operations
分类:其他好文   时间:2014-07-22 23:28:47    阅读次数:820
Learning OpenCV Lecture 5 (Filtering the Images)
Filtering the Images
分类:其他好文   时间:2014-07-22 23:22:37    阅读次数:412
Learning OpenCV Lecture 6 (Extracting Lines,Contours, and Components)
Extracting Lines,Contours, and Components
分类:其他好文   时间:2014-07-22 23:18:17    阅读次数:641
Learning OpenCV Lecture 3 (Counting the Pixels with Histograms)
Counting the Pixels with Histograms
分类:其他好文   时间:2014-07-22 23:14:32    阅读次数:283
Learning OpenCV Lecture 2 (Using the Strategy pattern in algorithm design)
Using the Strategy pattern in algorithm design
分类:其他好文   时间:2014-07-22 23:13:12    阅读次数:300
Learning OpenCV Lecture 1 (Using OpenCV in VS2010)
Using OpenCV in VS2010
分类:其他好文   时间:2014-07-22 23:07:32    阅读次数:253
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!