IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 23, 2007, 11:46:46 AM (19 years ago)
Author:
Paul Price
Message:

Ensure uncomplete rings are NOT used --- want the corners to be zero.
Was getting annoying box-like artifacts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionKernels.c

    r15247 r15360  
    495495        int fibIndex = 1, fibIndexMinus1 = 0; // Fibonnacci parameters
    496496        int radius = inner;
    497         while (radius < size) {
     497        while (radius + fibIndex < size) {
    498498            radius++;
    499499            int fibNew = fibIndex + fibIndexMinus1;
Note: See TracChangeset for help on using the changeset viewer.