abstract:

Automatic estimation of salient object regions across images, without any prior assumption or knowledge of the contents of the corresponding scenes, enhances many computer vision and computer graphics applications. We introduce a regional contrast based salient
object extraction algorithm, which simultaneously evaluates global contrast differences and spatial weighted coherence scores. The proposed algorithm is simple, efficient, naturally multi-scale, and produces full-resolution, high-quality saliency maps. These
saliency maps are further used to initialize a novel iterative version of GrabCut for high quality salient object segmentation. We extensively evaluated our algorithm using traditional salient object detection datasets, as well as a more challenging Internet
image dataset. Our experimental results demonstrate that our algorithm consistently outperforms existing salient object detection and segmentation methods, yielding higher precision and better recall rates. We also show that our algorithm can be used to efficiently
extract salient object masks from Internet images, enabling effective sketch-based image retrieval (SBIR) via simple shape comparisons. Despite such noisy internet images, where the saliency regions are ambiguous, our saliency guided image retrieval achieves
a superior retrieval rate compared with state-of-the-art SBIR methods, and additionally provides important target object region information.



(1)HC:基于直方图对照度的方法,每个像素的显著性值是由它与图像中全部其它像素的颜色差异来确定的,得到全分辨率显著性图像;

(2)RC:基于局部对照度的方法。先将图像切割成小区域。採用的切割方法是基于图的切割,基本切割思想是将每个像素点作为无向图的顶点,两个像素点之间的不相似度作为边的权重。要求连接同样区域内的两个顶点的边的最大权重要小于连接不同区域的变得最小权重,在迭代过程中进行顶点归纳与区域合并,每个区域的显著性值由它与其他全部区域的空间距离和区域像素数加权的颜色差异来确定;空间距离为两个区域重心的欧式距离。较远的区域分配较小的权值。

(3)加速细节:

1、将每一个颜色通道由256个颜色值量化到12个颜色值后,对输入颜色图像计算颜色直方图。保留高频颜色,剩下的颜色舍弃。用直方图中 距离近期的颜色取代。

2、颜色空间平滑:减小量化误差。每一个颜色的显著性值被替换为相似颜色显著性的加权平均。在RGB空间进行量化。用Lab空间度量距离。





接下来会进行代码解析。

详细内容參考:点击打开链接

版权声明:本文博客原创文章,博客,未经同意,不得转载。

最新文章

  1. 0042 MySQL学习笔记-入门--01
  2. HDU2295 Radar (DLX)
  3. 调用Dll里面的窗体
  4. SDWebImage内存性能优化
  5. You have new mail in /var/spool/mail/root 烦不烦你?
  6. CLR via C# 读书笔记 6-2 不同AppDomain之间的通信 z
  7. Java如何访问Axis2服务端
  8. Doug Lea
  9. 看门狗芯片--SP706SEN--调试记录
  10. 利用工具将数据库中的表导出到word中
  11. JQuery 中的选择器
  12. ThinkPHP学习笔记
  13. 21天打造分布式爬虫-Crawl类爬取小程序社区(八)
  14. C# json反序列化 对象中嵌套数组 (转载)
  15. Oracle Initialzation error instantclient_11_2 32位客户端问题
  16. 【oauth2.0】【1】简单介绍
  17. (转) C#之VS自带RDLC报表学习
  18. How to Pronounce the Days of the Week
  19. logstash安装与logstash-input-jdbc插件使用
  20. oozie 安装过程详解

热门文章

  1. ArcEngine由点生成TIN
  2. php 时间戳转为多少分钟前 小时前 天前
  3. 【u121】教主的花园
  4. SpringMVC+Spring+Mybatis+Mysql项目搭建
  5. Windows Phone 8.1 联系人与日历
  6. Java开发报表——Grid++Report 报表设计器
  7. 多校第六场 HDU 4927 JAVA大数类+模拟
  8. Double prefix overrides to provide 16-bit operand size in a 32/64 operating mode
  9. 【codeforces 777D】Cloud of Hashtags
  10. 三种方法解决 Failed to start LSB: Bring up/down networking 问题