In what scenario will texture magnification be useful?
motoole2
One use case is to upsample an image without making it blurry. Suppose the 64x64 image is a checkerboard pattern, and I want to preserve the contrast between white and black squares. We can upsample this texture using a nearest neighbor filter to avoid blurring the edges of this checkerboard.
In what scenario will texture magnification be useful?
One use case is to upsample an image without making it blurry. Suppose the 64x64 image is a checkerboard pattern, and I want to preserve the contrast between white and black squares. We can upsample this texture using a nearest neighbor filter to avoid blurring the edges of this checkerboard.