All Projects → lightfield-analysis → blender-addon

lightfield-analysis / blender-addon

Licence: other
Blender Addon to render light fields with depth and disparity maps

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to blender-addon

blender-renderborder
pixel-precise render border
Stars: ✭ 26 (-75.47%)
Mutual labels:  rendering, blender-addon
DuEngine
An efficient interactive C++ renderer for ShaderToy-alike demos with 2D/3D/CubeMap/Video/Camera/LightField/Volume textures. (Partially used in my I3D 2018 papers)
Stars: ✭ 62 (-41.51%)
Mutual labels:  rendering, lightfield
Bitwrk
Bitcoin-fueled Peer-to-Peer Blender Rendering (and more)
Stars: ✭ 114 (+7.55%)
Mutual labels:  rendering, blender-addon
docker-opengl
Multi-Arch Docker - Mesa 3D OpenGL Software Rendering (Gallium) - LLVMpipe, and OpenSWR Drivers
Stars: ✭ 68 (-35.85%)
Mutual labels:  rendering
mcrt
Monte Carlo Raytracer from Scratch in C++11/14
Stars: ✭ 22 (-79.25%)
Mutual labels:  rendering
RightMouseNavigation
Blender Python - Unreal Engine-style Right Mouse Viewport Navigation
Stars: ✭ 83 (-21.7%)
Mutual labels:  blender-addon
osci-render
〰📺🔊 Software for making music by drawing objects on an oscilloscope using audio.
Stars: ✭ 135 (+27.36%)
Mutual labels:  rendering
3dn-bip
A Python library for Blender addons. Blazingly fast preview loads in Blender. Images of arbitrary size. bpy.utils.previews drop-in replacement.
Stars: ✭ 41 (-61.32%)
Mutual labels:  blender-addon
cadise
A developing physically-based hobby renderer written in C++.
Stars: ✭ 30 (-71.7%)
Mutual labels:  rendering
evplp
Implementation of Efficient Energy-Compensated VPLs using Photon Splatting (and various rendering techniques)
Stars: ✭ 26 (-75.47%)
Mutual labels:  rendering
thicket
Thicket: Laubwerk Plants Add-on for Blender
Stars: ✭ 51 (-51.89%)
Mutual labels:  blender-addon
GoldenSun
A path tracer based on hardware ray tracing
Stars: ✭ 20 (-81.13%)
Mutual labels:  rendering
safemd
Safety first markdown rendering
Stars: ✭ 77 (-27.36%)
Mutual labels:  rendering
Unity3DShaders
Simple shaders for Unity3D that I created for games, for a challenge or following tutorials.
Stars: ✭ 17 (-83.96%)
Mutual labels:  rendering
ForkerRenderer
CPU-Based Software Forward / Deferred Rasterizer, A Tiny OpenGL (PBR, Soft Shadow, SSAO) 🐼
Stars: ✭ 17 (-83.96%)
Mutual labels:  rendering
Messier87
A realtime raytracing blackhole renderer
Stars: ✭ 53 (-50%)
Mutual labels:  rendering
pose-thumbnails
Blender add-on that adds thumbnails to a pose library.
Stars: ✭ 65 (-38.68%)
Mutual labels:  blender-addon
DeepBump
Normal & height maps generation from single pictures
Stars: ✭ 185 (+74.53%)
Mutual labels:  blender-addon
FunMirrors
This is a fun project I created to motivate computer vision enthusiasts and to highlight the importance of understanding fundamental concepts related to image formation in a camera.
Stars: ✭ 43 (-59.43%)
Mutual labels:  rendering
MustardTools
A set of tools for animators/riggers
Stars: ✭ 30 (-71.7%)
Mutual labels:  blender-addon

Blender addon to configure and render light fields with depth and disparity maps.

Please don't hesitate to contact us for any kind of questions, feedback, wishes, or bug reports.

Installation

Please clone the git repository into the blender/VERSION/scripts/addons/ folder of your local blender installation. Afterwards, you can activate the add-on at File -> User Preferences -> Add-ons -> Render. Once activated, the add-on can be found at the left menu of the '3D View' window at 'Misc'.

Usage

You can generate a new camera grid using the 'Add Camera Grid' button. Any changes to the parameters of the camera grid will be updated instantaneously. For better visualization, we added a frustum that shows the volume that is covered by the light field for a given disparity range. As described in the additional material of our paper, the camera grid is focused on a certain plane.

Please note, the cameras are shifted, not rotated, so the optical axes are still parallel! If you want to generate a camera grid which is focused at infinity, i.e. has non-shifted identical cameras, you can set the focus distance to 0.

To render the scene, press the 'Render Light Field' button. It will render all views to the given directory using the renderer and the render settings you have chosen. For depth/disparity map generation the add-on switches to the internal blender renderer. There are two reasons for this behavior. First, it is much faster than the e.g. cycles renderer and better suited to generate high resolution depth maps. Second, different renderer have different interpretations of depth. The internal renderer computes the distance in Z direction, while cycles computes the Euclidean distance. To bypass knowing all potential renderer we fall back to the ubiquitous blender renderer.

License

This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/.

Authors: Katrin Honauer & Ole Johannsen

Website: www.lightfield-analysis.net

This add-on is based upon work of Maximilian Diebold.

The 4D Light Field Benchmark was jointly created by the University of Konstanz and the HCI at Heidelberg University. If you use any part of the benchmark, please cite our paper "A dataset and evaluation methodology for depth estimation on 4D light fields". Thanks!

@inproceedings{honauer2016benchmark, title={A dataset and evaluation methodology for depth estimation on 4D light fields}, author={Honauer, Katrin and Johannsen, Ole and Kondermann, Daniel and Goldluecke, Bastian}, booktitle={Asian Conference on Computer Vision}, year={2016}, organization={Springer} }

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].