Anti-Aliasing Books

There are 3 versions of the book.

About The Author

Why ABAA should be the preferred approach to Anti-Aliasing?

  • How to efficiently and accurately detect the covered subpixels.
  • How to implement Anti-Aliasing without speed (and cost) penalty.
  • How to have equal steps as edges move across pixels.
  • How to solve “narrow face breakup” and small faces “popping in-and-out of scenes”.

Early 3D Graphics CGI Systems

Point Sampling and Area Sampling

ABAA Uses a New Math Approach

Advantages of Area-Based Anti-Aliasing

  • Better Image Quality, with less Subpixel samples when compared to MSAA.
  • Beside removing stairsteps, ABAA is also the best at handling marrow face breakup.
  • Produce equal steps as edges move cross pixels.
  • Edge orientation independent.
  • Intersected pixels and area measurement are executed in 1 quick step.
  • Proposed implementations can be scaled to 4 and 8 Subpixels, and even 16 and 32 subpixels.
  • Simpler implementation, lower power and lower system cost.

Conclusion

ABAA is the Affordable & Best Anti-Aliasing Solution