Matlab已集成了HOG特征检测

img = imread('cameraman.tif');
[featureVector,hogVisualization] = extractHOGFeatures(img);
figure;
imshow(img);
hold on;
plot(hogVisualization);




放大:



http://cn.mathworks.com/help/vision/ref/extracthogfeatures.html?s_tid=gn_loc_drop


还有用HOG来做数字识别: 

只要在matlab命令行里输入 edit HOGDigitClassificationExample,回车

然后run

 

 http://cn.mathworks.com/help/vision/examples/digit-classification-using-hog-features.html


要查看matlab命令的帮助文档,可以不用 help xxx了, 用doc xxx 更详细! 

评论 6
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值