Image-based rendering: Difference between revisions

From David's Wiki
(Created page with "Image-based rendering focuses on rendering scenes from existing captured or rasterized images, typically from a new view-point but also potentially with new objects, lighting,...")
 
No edit summary
Line 1: Line 1:
Image-based rendering focuses on rendering scenes from existing captured or rasterized images, typically from a new view-point but also potentially with new objects, lighting, or other effects.
Image-based rendering focuses on rendering scenes from existing captured or rasterized images, typically from a new viewpoint but also potentially with new objects, lighting, or other effects.


==Light Fields==
==Light Fields==

Revision as of 19:45, 15 January 2021

Image-based rendering focuses on rendering scenes from existing captured or rasterized images, typically from a new viewpoint but also potentially with new objects, lighting, or other effects.

Light Fields

Lightfields aim to capture the radiance of light rays within the scene.

NeRF

NeRF preprocesses unstructured light fields into a neural network (MLP) representation which predicts/interpolates unknown light rays based on the known light rays in the scene.


Reconstruction

Reconstruction aims to recreate the 3D scene from a set of input images.
Techniques include structure from motion, multi-view stereo.
This is also known as photogrammetry.