码迷,mamicode.com
首页 >  
搜索关键字:hog    ( 211个结果
深度学习——历史及意义
参考文献:深度学习历史:2006年,Hinton给出了突破的一步。2013年,李彦宏高调宣布成立深度学习研究院。目前,很多领域的state-of-the-art被深度学习占领。意义:通常,传统的方法需要手动提取特征:虽然,现在有许多牛逼的特征,如sift、hog特征,但是,手动提取特征很不方面,也不...
分类:其他好文   时间:2015-10-17 17:28:10    阅读次数:338
在matlab中配置vlfeat
【转自】http://cnyubin.com/?p=85 在VLFeat官网上是这么介绍VLFeat的:VLFeat开源库实现了很多著名的机器视觉算法,如HOG,SIFT,MSER,k-means,hierarchical k-means,agglomerative information bott...
分类:其他好文   时间:2015-10-11 11:31:10    阅读次数:230
稀疏编码直方图----一种超越HOG的轮廓特征
该论文是一篇来自CMU 的CVPR2013文章,提出了一种基于稀疏编码的轮廓特征,简称HSC(Histogram of Sparse Code),并在目标检测中全面超越了HOG(Histogram of Gradient)本文介绍HSC的思路及其计算过程。如图3所示,HSC方法种采用了疏编码原理来提...
分类:其他好文   时间:2015-09-29 11:19:21    阅读次数:673
HOG OpenCV 代码片段
直接上代码:#include using namespace cv;#include using namespace std;template int _get_hog(vector &hist, const Mat &img, const int nbins = 8, const bool need_n...
分类:其他好文   时间:2015-09-09 13:34:43    阅读次数:128
HOG+SVM
#include"cv.h"#include"highgui.h"#include"stdafx.h"#include#include#include#include#includeusingnamespacecv;usingnamespacestd;intmain(intargc,char**ar...
分类:其他好文   时间:2015-09-08 12:35:34    阅读次数:410
hog+svm+检测人(代替默认的参数)
#include #include #include #include //#include #include #include #include "opencv2/imgproc/imgproc.hpp"#include "opencv2/objdetect/objdetect.hpp"#defi...
分类:其他好文   时间:2015-09-06 12:27:02    阅读次数:248
HOG+SVM+INRIAPerson数据集代码
#include #include #include #include //#include #include #include #include "opencv2/imgproc/imgproc.hpp"#include "opencv2/objdetect/objdetect.hpp"using...
分类:其他好文   时间:2015-09-02 18:55:14    阅读次数:756
HOG特征经典分析汇总
网上很多这方面的内容,下面可以直接点击链接的。比如: 1  hog源码分析; 2  HOG特征描述算子 ; 3 OpenCV HOGDescriptor 参数图解 ; 4 利用Hog特征和SVM分类器进行行人检测 ; 5 opencv cvhog详解 ; 6 HOG特征-理解篇 ; 7 目标检测的图像特征提取之(一)HOG特征; 8 HOG特征; ...
分类:其他好文   时间:2015-08-19 20:45:34    阅读次数:169
HOG特征算法
HOG(Histogram of Oriented Gridients的简写)特征检测算法,最早是由法国研究员Dalal等在CVPR-2005上提出来的,一种解决人体目标检测的图像描述子,是一种用于表征图像局部梯度方向和梯度强度分布特性的描述符。...
分类:编程语言   时间:2015-08-07 14:43:50    阅读次数:618
目标检测的图像特征提取之(一)HOG特征(转)
看过很多介绍HOG的博文,讲的最清楚的是这位博主:http://blog.csdn.net/zouxy09/article/details/7929348 代码如下: #include #include #include #include using namespace cv;int mai...
分类:其他好文   时间:2015-07-27 22:19:51    阅读次数:152
211条   上一页 1 ... 14 15 16 17 18 ... 22 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!