上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: 针对已有的方法中存在的问题:Itti模型,针对Itti模型进行的扩展的显著性检测方法,以及光谱剩余假说系列的方法过分强调小的,局部特征,对对象级别的应用不适合;对图像的全局属性进行建模的方法,虽然能够将整个对象较好地检测出来,但是计算复杂度高;综上找到一种compact并且有效的表示方法很有必要。这... 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 1. 本文实在10年的ACM MM会议论文的基础上进行扩展的2. 显著性计算过程:用adaptive mean shift进行超像素分割用平均颜色表示超像素将超像素集合做为GMM的输入,得到K个cluster计算每一个cluster的compatness,并作为cluster的显著性 (假设:背景区... 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 1. 两个定义协同显著性:在一组相似的图像中发现unique object (D. Jacobs 2010)// 从多幅图像中发现共有的显著性协同分割:将两张或是多张图像中相似的对象分割感出来2. co-saliency与co-segmentation之间的区别在非监督的co-segmentatio... 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(499) 评论(0) 推荐(0) 编辑
摘要: 1.Borji, A., Sihite, D.N., Itti, L.: Quantitative analysis of human-model agreementin visual saliency modeling: a comparative study. IEEE Trans. Image... 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(191) 评论(0) 推荐(0) 编辑
摘要: CVPR2013Tutorial: Visual Saliency Modeling:http://techtalks.tv/events/315/603/ECCV2008http://www.cse.yorku.ca/~albertlr/attention_tutorial_eccv2008.ht... 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 1 :: Because You Have Not Failed EnoughBecause you are comfortable in your mediocrity; because you choose not to try.Because it is easier to talk abou... 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(153) 评论(0) 推荐(0) 编辑
摘要: http://gnumex.sourceforge.net/ 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 在进行windows下的mex时(用VC),会出现这种莫名的错误,原因:Visual Studio only supports C89. That means that all of your variables must be declared before anything else at th... 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(290) 评论(0) 推荐(0) 编辑
摘要: Fill image regions and holes. BW2 = imfill(BW1,LOCATIONS) performs a flood-fill operation on background pixels of the input binary image BW1, starti... 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(769) 评论(0) 推荐(0) 编辑
摘要: 基于梯度下降的方法(Gradient descent based algorithms):1. Watershed,1991.Luc Vincent and Pierre Soille. Watersheds in digital spaces: An ef?cient algorithm base... 阅读全文
posted @ 2014-09-28 23:46 DeepVL 阅读(745) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页