Jump to content

User:Sleap/Deep Image (computer graphics)

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Cydebot (talk | contribs) at 02:38, 14 January 2019 (Robot - Removing category Articles created via the Article Wizard per CFD at Wikipedia:Categories for discussion/Log/2019 January 6.). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Deep Images (also deep buffers), unlike regular 2D raster images, store multiple values per-pixel and include depth or distance to provide 3D information. Direct uses of deep image data include deep image compositing and commonly real-time graphics applications such as order-independent transparency.

Description

[edit]

A typical 2D raster image may store red/green/blue colour values per-pixel. In 3D graphics, a framebuffer stores the result of a render, commonly including colour and depth. Together, colour and depth may provide just the front-most visible surface information from a scene. A deep image, or deep buffer in this case, stores multiple colour and depth values per-pixel and provides information for many or all surfaces. More complex image space operations and effects can be computed with this data, which would not be possible or would be inaccurate without.

Deep Image Rendering and Processing

[edit]

References

[edit]

See Also

[edit]
[edit]