Changeset 2715 for libpipi/trunk/examples/edd.c
- Timestamp:
- Aug 14, 2008, 8:34:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/examples/edd.c
r2666 r2715 62 62 63 63 /* Compute the fast error */ 64 tmp = pipi_gaussian_blur_ext(dither, sigma, sigma, 0. 16, 0.26);64 tmp = pipi_gaussian_blur_ext(dither, sigma, sigma, 0.0, 0.16, 0.26); 65 65 e1 = pipi_measure_msd(gauss, tmp); 66 66 pipi_free(tmp); … … 72 72 for(dx = 0; dx <= Z; dx++) 73 73 { 74 tmp = pipi_gaussian_blur_ext(dither, sigma, sigma, 74 tmp = pipi_gaussian_blur_ext(dither, sigma, sigma, 0.0, 75 75 fx + step * dx / Z, 76 76 fy + step * dy / Z);
Note: See TracChangeset
for help on using the changeset viewer.