Difference between revisions of "Publications/carlinet.15.itip.inc"

From LRDE

(Created page with "== Materials == === Multivariate Tree of Shapes Computation Binaries === You can download the x86_64 binaries to compute the Multivariate Tree of Shapes [lrde.epita.fr/~carl...")
 
Line 1: Line 1:
 
== Materials ==
 
== Materials ==
  +
   
 
=== Multivariate Tree of Shapes Computation Binaries ===
 
=== Multivariate Tree of Shapes Computation Binaries ===
Line 12: Line 13:
 
Usage: ./compute_ctos-demo [options] input depth16.tiff depth8.png
 
Usage: ./compute_ctos-demo [options] input depth16.tiff depth8.png
   
  +
<gallery>
[[File:plane.jpg|thumb|Input RGB image]]
 
[[File:depth.png|thumb|8-bit depth image]]
+
File:plane.jpg|Input RGB Image
  +
File:depth.png|8-bit depth Image
  +
</gallery>

Revision as of 15:34, 15 April 2015

Materials

Multivariate Tree of Shapes Computation Binaries

You can download the x86_64 binaries to compute the Multivariate Tree of Shapes [lrde.epita.fr/~carlinet/bin/compute_ctos-demo Here]. This application outputs 16-bits image where each pixel stores the depth of the node it belongs to. To recover the MToS from this image, one just has to compute its max-tree. Note that the image is twice has 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 depth image. The application also outputs a 8bits grayscale version of the depth image that can be used to vizualise the shapes by thresholding this image.

Usage: ./compute_ctos-demo [options] input depth16.tiff depth8.png