- Timestamp:
- Oct 28, 2007, 3:40:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20071023/psModules/src/imcombine/pmSubtractionKernels.c
r15247 r15399 495 495 int fibIndex = 1, fibIndexMinus1 = 0; // Fibonnacci parameters 496 496 int radius = inner; 497 while (radius < size) {497 while (radius + fibIndex < size) { 498 498 radius++; 499 499 int fibNew = fibIndex + fibIndexMinus1; … … 502 502 radius += fibIndex; 503 503 fibNum++; 504 printf("%d ", radius); 505 } 506 printf("\n"); 504 } 507 505 } 508 506
Note:
See TracChangeset
for help on using the changeset viewer.
