码迷,mamicode.com
首页 >  
搜索关键字:opencv hog svm    ( 7342个结果
目标检測的图像特征提取之(一)HOG特征
1、HOG特征: 方向梯度直方图(Histogram of Oriented Gradient, HOG)特征是一种在计算机视觉和图像处理中用来进行物体检測的特征描写叙述子。它通过计算和统计图像局部区域的梯度方向直方图来构成特征。Hog特征结合SVM分类器已经被广泛应用于图像识别中,尤其在行人检測中...
分类:其他好文   时间:2014-07-23 14:53:26    阅读次数:281
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
iOS比较两张图的相似度
1、下载openCV2、导入openCV的framework3、导入:opencv2AccelerateAssetsLibraryAVFoundationCoreGraphicsCoreImageCoreMediaCoreVideoQuartzCoreUIKitFoundation4、修改配置 ac...
分类:移动开发   时间:2014-07-22 22:44:12    阅读次数:501
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!