Jump to content
  • 0

What is Anisotropic Filtering?


Charolotte Caxton
 Share

You are about to reply to a thread that has been inactive for 4797 days.

Please take a moment to consider if this thread is worth bumping.

Question

8 answers to this question

Recommended Posts

  • 0

In 3D computer graphics, anisotropic filtering (abbreviated AF) is a method of enhancing the image quality of texture on surfaces that are at oblique viewing angles with respect to the camera where the projection of the texture (not the polygon or other primitive on which it is rendered) appears to be non-orthogonal (thus the origin of the word: "an" for not, "iso" for same, and "tropic" from tropism, relating to direction; anisotropic filtering does not filter the same in every direction). Like bilinear and trilinear filtering it eliminates aliasing effects, but improves on these other techniques by reducing blur and preserving detail at extreme viewing angles. Anisotropic filtering is relatively intensive (primarily memory bandwidth and to some degree computationally though the standard space-time trade off rules apply) and only became a standard feature of consumer-level graphics cards in the late 1990s. Anisotropic filtering is now common in modern graphics hardware and is enabled either by users through driver settings or by graphics applications and video games through programming interfaces. Quoted from Wikipedia

 

It helps to sharpen the edges of images when viewed from a distance or angle, I think.

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4797 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...