Bilinear interpolation: Difference between revisions

Content added Content deleted
m (added whitespace.)
Line 3: Line 3:
[[wp:Bilinear interpolation|Bilinear interpolation]] is linear interpolation in 2 dimensions, and is typically used for image scaling and for 2D finite element analysis.
[[wp:Bilinear interpolation|Bilinear interpolation]] is linear interpolation in 2 dimensions, and is typically used for image scaling and for 2D finite element analysis.


;Task:


;Task:
Open an image file, enlarge it by 60% using bilinear interpolation, then either display the result or save the result to a file.
Open an image file, enlarge it by 60% using bilinear interpolation, then either display the result or save the result to a file.
<br><br>


=={{header|C}}==
=={{header|C}}==