1 / 14

Anti-aliasing: a brief review

Anti-aliasing: a brief review.

ronald
Télécharger la présentation

Anti-aliasing: a brief review

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Anti-aliasing: a brief review Dave's DefinitionAliasing appears as a "staircase" or "jagged-edge" effect which is the result of mapping vectors to pixels using an all-on-all-off strategy (either the pixel is considered part of the edge, or it's not).Anti-aliasing is a technique used to minimize the visual jagginess of edges. It visually smooths edges by capitalizing on the fact that pixels are small.

  2. Anti-aliasing: a brief review

  3. Why is it important? - Aliasing can appear very unrealistic. - It is particularly noticeable when objects are in motion. - In video games, anti-aliasing can dramatically affect framerate.

  4. Anti-aliasing in action

  5. Anti-aliasing in action Very aliased image Very anti-aliased image

  6. Effects on Performance Extremely high-quality anti-aliasing

  7. Overview of algorithms Supersampling (SSAA): most expensive highest quality "brute force" Multisampling (MSAA): more efficient works with primitives instead of pixels Fast approximate (FSAA): extremely efficient "post-processing" can cause excessive blur Enhanced subpixel morphological (SMAA): "divide and conquer" combination of various methods Temporal: a completely different approach used in conjunction with other methods requires high framerate

  8. Image quality comparison

  9. Performance comparison

  10. SSAA in-depth, part 1

  11. MSAA in-depth, part 1

  12. FXAA in-depth, part 1

  13. SMAA in-depth, part 1

  14. Other approaches TXAA: A recent (2012) approach by NVIDIA's Timothy Lottes, based on temporal anti-aliasing.

More Related