Public Member Functions | |
double | Bilinear_Interpolation (double x0, double y0, int index_x, int index_y, double *tab) |
double | Nearest_Neighborhood_Interpolation (double x0, double y0, int index_x, int index_y, double *tab) |
double Interpolation::Bilinear_Interpolation | ( | double | x0, | |
double | y0, | |||
int | index_x, | |||
int | index_y, | |||
double * | tab | |||
) |
double Interpolation::Nearest_Neighborhood_Interpolation | ( | double | x0, | |
double | y0, | |||
int | index_x, | |||
int | index_y, | |||
double * | tab | |||
) |