Overview of hierachical framework-2013
Image Layer Extraction
—————coarse representation of the input with different degrees of details
1. define scale of region R
2. Efficient Algorithm to Compute Region Scale
避免穷举法计算带来的时间代价,采用box filter with t x t kernel to the segment and cheking if all pixel values inside the segment are changed during filtering.
3. Layer Generation
First, over segmentation : by the watershed like method. For each segmented region, we compute a scale value

该博客介绍了2013年的一种分层显著性检测框架,包括图像层提取、单层显著性线索和分层推理。图像层通过超分割方法生成,显著性线索基于颜色、位置和大小。2015年的框架在层次推理中增加了相邻区域间的局部一致性,以平滑相似区域的显著性值。

5028

被折叠的 条评论
为什么被折叠?



