You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 5: Texture Mapping (52)
soraproducer

Nearest interpolation: https://en.wikipedia.org/wiki/Nearest-neighbor_interpolation

Bilinear interpolation: https://en.wikipedia.org/wiki/Bilinear_interpolation

Bicubic interpolation: https://en.wikipedia.org/wiki/Bicubic_interpolation

Time Complexity | Filtered Image

Bicubic: More costly | Smoothest

Bilinear: Costly | Smoother

Nearest: Simplest | "Blocky"

You must be enrolled in the course to comment