Difference between revisions of "Publications/xu.15.prl.inc"
From LRDE
Yongchao Xu (talk | contribs) |
Yongchao Xu (talk | contribs) |
||
Line 39: | Line 39: | ||
The first test was performed on the [http://www.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/resources.html BSDS500] database. Some samples are given below and full results are available in this [https://lrde.epita.fr/~xu/material/saliency-maps-BSDS500.tar.gz archive]. |
The first test was performed on the [http://www.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/resources.html BSDS500] database. Some samples are given below and full results are available in this [https://lrde.epita.fr/~xu/material/saliency-maps-BSDS500.tar.gz archive]. |
||
+ | |||
+ | <gallery caption="Top: original images. Bottom: simplified images." perrow=5> |
||
+ | File:Xu.15.prl-109300481333.png |
||
+ | File:carlinet.15.tip-111876273311.png |
||
+ | File:xu.15.prl-112224059330.png |
||
+ | File:xu.15.prl-hotblack_20070901_cows.png |
||
+ | File:xu.15.prl-imgp1883.png |
||
+ | |||
+ | File:Xu.15.prl-109300481333_map.png |
||
+ | File:xu.15.prl-111876273311_map.png |
||
+ | File:xu.15.prl-112224059330_map.png |
||
+ | File:xu.15.prl-hotblack_20070901_cows_map.png |
||
+ | File:xu.15.prl-imgp1883_map.png |
||
+ | |||
+ | </gallery> |
||
=== Saliency map computation on Weizmann database === |
=== Saliency map computation on Weizmann database === |
Revision as of 14:19, 21 September 2015
Materials
Mumford-Shah Simplification on the Color Tree of Shapes
You can download the x86_64 binary to compute the Mumford-Shah simplification running on the color tree of shapes Here.
Usage: ./mumford_shah_on_ctos input[rgb] α₀ α₁ λ output[rgb] α₀ Grain filter size before merging trees (0 to disable) α₁ Grain filter size on the color ToS (0 to disable) λ Mumford-shah regularisation weight (e.g. 5000)
Saliency Map Computation Relying on Mumford-Shah-Salient Level Line Selection
You can download the x86_64 binary to compute the saliency map representing hierarchical image simplification and segmentation Here. This application outputs the saliency map as a float image. The simplification and segmentation result can be obtained by thresholding this float image. Note that the image is twice as big has the original one and has a border for topogical and algorithmic purposes. Thus, any pixel with coordinates (x,y) in the original image is now at coordinates (2*(x+1), 2*(y+1)) in the saliency map.
Usage: ./saliency_map_mumford_ctos input[rgb] α₀ α₁ output[float] α₀ Grain filter size before merging trees (0 to disable) α₁ Grain filter size on the color ToS (0 to disable)
Illustrations
Saliency map computation on BSDS500 database
The first test was performed on the BSDS500 database. Some samples are given below and full results are available in this archive.
- Top: original images. Bottom: simplified images.
Saliency map computation on Weizmann database
The second test was performed on the Weizmann database. Some samples are given below and full results are available in this archive.
- Top: original images. Bottom: simplified images.