Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spite/depth-player
Depth player for Android Lens Blur images
https://github.com/spite/depth-player
Last synced: 21 days ago
JSON representation
Depth player for Android Lens Blur images
- Host: GitHub
- URL: https://github.com/spite/depth-player
- Owner: spite
- Created: 2014-06-05T22:05:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-05T22:26:04.000Z (over 10 years ago)
- Last Synced: 2024-10-10T12:14:17.951Z (about 1 month ago)
- Language: JavaScript
- Size: 4.68 MB
- Stars: 68
- Watchers: 9
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Depth Player for Android Lens Blur images
=============This is the code for the depth player here http://www.clicktorelease.com/code/depth-player, which is a tool to reconstruct scenes in 3D taken with the Android Lens Blur camera, using [LensBlurDepthExtractor.js](https://github.com/spite/android-lens-blur-depth-extractor)
It correctly converts depth information from the depth image into a 3D set of points that can be visualized as point cloud, wireframe mesh or solid mesh. The mesh is textured with the pre-blurred version of the image. There's option to export a .obj version of the reconstructed mesh, and an uploader to [SketchFab](http://www.sketchfab.com).
Read about this in [Creating Android Lens Blur Depth Viewer](http://www.clicktorelease.com/blog/creating-android-lens-blur-depth-viewer).
**Demo: http://www.clicktorelease.com/code/depth-player**
Credits
-------Coded using [three.js](http://www.threejs.org), [zip.js](http://gildas-lormeau.github.io/zip.js), [StackBlur](http://www.quasimondo.com/StackBlurForCanvas/StackBlurDemo.html), [LensBlurDepthExtractor.js](https://github.com/spite/android-lens-blur-depth-extractor) and a modified version of THREE.OBJExporter.js to export models.
Images are all by me, taken with a Nexus5.
License
-------MIT licensed
Copyright (C) 2014 Jaume Sanchez Elias http://twitter.com/thespite
http://www.clicktorelease.com