Nearest-neighbor interpolation: Difference between revisions

Content deleted Content added
Lol
Tags: Reverted shouting Visual edit Mobile edit Mobile web edit
Undid revision 1101497653 by 2A00:23C6:298B:3D01:C968:58EA:10D7:103C (talk)
Line 5:
 
'''Nearest-neighbor interpolation''' (also known as '''proximal interpolation''' or, in some contexts, '''point sampling''') is a simple method of [[multivariate interpolation]] in one or more [[dimension]]s.
 
 
''SUB TO DAVIDTDC3377 ON TIKTOK''
 
[[Interpolation]] is the problem of approximating the value of a function for a non-given point in some space when given the value of that function in points around (neighboring) that point. The nearest neighbor algorithm selects the value of the nearest point and does not consider the values of neighboring points at all, yielding a piecewise-constant interpolant. The algorithm is very simple to implement and is commonly used (usually along with [[mipmap|mipmapping]]) in [[Real-time computing|real-time]] [[3D rendering]] to select color values for a [[texture filtering|textured]] surface.