A tutorial on how to make 3D surface plots from Lytro Depth Map images
The easiest way to make these plots is to install the free, open-source FIJI tool
- Download and install Fiji from http://fiji.sc/Downloads, make sure Java is installed as well.
- From Lytro Desktop, select the image and File->Export... as Editable Depth Map (.png)
- You know have three files
your_image.tiff,your_image.pngandyour_image.txt - Load
your_image.pnginto FIJI - Select Plugins -> New -> Macro
- Paste
run("3D Surface Plot","plotType=3 grid=512 smooth=9 invertZ=1 scaleZ=0.2")into the field - Click Run
- Click
Load Textureand select "Load File from Disk" and choose theyour_image.tifffile
- A flower taken very close up
- A bouldering wall

