// ********************************** // *** smoothing // ********************************** // 0: average of x and y cubics void XYcubicFilter() { for(int k=0; k<20; k++) { for (int i=2; i