1. 首页
  2. 移动开发
  3. 其他
  4. hog特征提取

hog特征提取

上传者: 2018-12-27 14:07:39上传 文件 1KB 热度 82次
hog特征提取,空间描述 anna_PHOG Computes Pyramid Histogram of Oriented Gradient over a ROI. % % [BH, BV] = anna_PHOG(I,BIN,ANGLE,L,ROI) computes phog descriptor over a ROI. % % Given and image I, phog computes the Pyramid Histogram of Oriented Gradients % over L pyramid levels and over a Region Of Interest %IN: % I - Images of size MxN (Color or Gray) % bin - Number of bins on the histogram % angle - 180 or 360 % L - number of pyramid levels % roi - Region Of Interest (ytop,ybottom,xleft,xright) % %OUT: % p - pyrami d histogram of oriented gradients d histogram of oriented gradients
用户评论
码姐姐匿名网友 2018-12-27 14:07:39

看不懂,比较难理解