... float dx2 = 1 - dx1; // 乘出比例(要交叉) float X = arr[c0]*dx2 + arr[c1]*dx1; return X; } float bilinear(int* arr, size_t w, float y, ...
確定! 回上一頁