
图像处理
文章平均质量分 80
AdrianHust
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Feature系列-GIST
原文地址:Feature系列-GIST作者:lowrank http://ilab.usc.edu/siagian/Research/Gist/Gist.html Gist/Context of a Scene We describe and validate a simple context-based scene recognition algorithm using a转载 2014-02-25 11:04:35 · 5435 阅读 · 0 评论 -
matlab 的一些形态学函数
1、 matlab函数bwareaopen──删除小面积对象 格式:BW2 = bwareaopen(BW,P,conn) 作用:删除二值图像BW中面积小于P的对象,默认情况下使用8邻域。 算法: (1)Determine the connected components. L = bwlabeln(BW, conn); (2)Compute the area of each转载 2014-05-21 09:34:11 · 1367 阅读 · 0 评论 -
Hog算法加速的实现代码
前言:Hog算法在图像处理中,应用十分广泛,原创 2014-05-27 20:36:26 · 3631 阅读 · 2 评论