Anti aliasing FSR2 and SMAA

Mondo games Updated on 2024-01-30

Anti-aliasing (AA) is a technique used to remove jagged edges from an image, thereby improving the clarity and realism of the image. In computer graphics, AA is widely used in a variety of image processing software and games.

In AA technology, there are two common algorithms: FSAA (Full Screen Anti-Aliasing) and MSAA (Multi Sample Anti-Aliasing). FSAA is a full-screen anti-aliasing technique that removes jagged edges by sampling the entire screen and calculating the color value of each pixel. MSAA, on the other hand, is a multi-sampling anti-aliasing technique that eliminates jagged edges by taking multiple samples of each pixel and averaging it.

On the basis of FSAA and MSAA, two new anti-aliasing techniques have emerged: FSR (FidelityFX Super Resolution) and SMAA (Screen Space Multi-sample Anti-aliasing).

FSR is an anti-aliasing technique based on machine Xi techniques, which Xi the training data and generates a super-resolution model, and then uses this model to perform super-resolution reconstruction of the image to obtain a clearer and more realistic image. FSR has a lower computational complexity because it does not need to sample the entire screen, but only a subset of pixels and calculate the average.

SMAA is a screen-space-based multi-sample anti-aliasing technique that eliminates jagged edges by sampling each pixel multiple times and averaging it. Unlike MSAA, SMAA uses a smaller sampling window, which improves the efficiency of sampling and reduces the amount of computation.

The main difference between FSR and SMAA is how they are implemented and when they are used. FSR is an anti-aliasing technology based on machine Xi technology, which is suitable for various types of image processing software and games, especially those that require high definition and fidelity. SMAA, on the other hand, is a screen-space-based multi-sample anti-aliasing technique that is suitable for image processing software and games that require high efficiency and high sampling rates.

Overall, FSR and SMAA are excellent anti-aliasing techniques that are effective in improving the clarity and realism of images, thereby enhancing the user's visual experience. Which anti-aliasing technique to choose depends on your specific scenario and needs.

Related Pages