Skip to content

Commit

Permalink
Added superpixels averaging lightfields depth demo
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-pr committed May 8, 2020
1 parent eb75242 commit 663c1fa
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 135 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2130,6 +2130,32 @@ This demo tries to use a data-driven anisotropic diffusion to propagate these va
<div style="width:290px">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
</td>
</tr>
<tr>
<td>
<div style="width:290px">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
<img src="toolbars/09_lightfields_depth/71_superpixels_depth.png" style="width:70px;">
<div style="width:290px">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
</td>
<td>

#### Depth based on SLIC Superpixels averaging

Superpixel algorithms derive meaningful atomic primitives from dense grid images, which can them be used in a variety of computer vision algorithms.

By averaging the depth values derived from the correspondence metric for each superpixel, we can create a piecewise-constant set of depth values that respect the continuous regions in the colours of the lightfield image.

<sub>Achanta, Radhakrishna, et al. ["SLIC superpixels compared to state-of-the-art superpixel methods."](https://infoscience.epfl.ch/record/149300/files/SLIC_Superpixels_TR_2.pdf) IEEE transactions on pattern analysis and machine intelligence 34.11 (2012): 2274-2282.</sub>

<sub>Tao, Michael W., et al. ["Depth from combining defocus and correspondence using light-field cameras."](https://www.cv-foundation.org/openaccess/content_iccv_2013/papers/Tao_Depth_from_Combining_2013_ICCV_paper.pdf) Proceedings of the IEEE International Conference on Computer Vision. 2013.</sub>

<sub>Chuchvara, Aleksandra, Attila Barsi, and Atanas Gotchev. ["Fast and Accurate Depth Estimation from Sparse Light Fields."](https://arxiv.org/pdf/1812.06856.pdf) IEEE Transactions on Image Processing (2019).</sub>
</td>
<td>
<div style="width:290px">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
<img src="toolbars/09_lightfields_depth/71_superpixels_depth_screenshot.png" style="width:70px;">
<div style="width:290px">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
</td>
</tr>
</table>

## Tutorials
Expand Down Expand Up @@ -2335,3 +2361,4 @@ The code is released under the [MIT license](https://en.wikipedia.org/wiki/MIT_L
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 663c1fa

Please sign in to comment.