This is the final version of Mini Gateway for Automation and Security desgined for Renesas GR Peach Design Contest

Dependencies:   GR-PEACH_video GraphicsFramework HTTPServer R_BSP mbed-rpc mbed-rtos Socket lwip-eth lwip-sys lwip FATFileSystem

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

Embed: (wiki syntax)

« Back to documentation index

Interpolation Functions

Interpolation Functions

These functions perform 1- and 2-dimensional interpolation of data. More...

Modules

 Linear Interpolation
 

Linear interpolation is a method of curve fitting using linear polynomials.


 Bilinear Interpolation
 

Bilinear interpolation is an extension of linear interpolation applied to a two dimensional grid.



Detailed Description

These functions perform 1- and 2-dimensional interpolation of data.

Linear interpolation is used for 1-dimensional data and bilinear interpolation is used for 2-dimensional data.