IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2008, 10:30:38 AM (18 years ago)
Author:
Paul Price
Message:

Actually, don't want to modify threshold, since most of the image can
be blank (zero). We want to hit any pixel that is within the kernel
of a pixel. We will get pixels that are within kernels of multiple
pixels, but they can be treated as if they are only near one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageConvolve.c

    r17363 r17365  
    77/// @author Eugene Magnier, IfA
    88///
    9 /// @version $Revision: 1.65 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2008-04-07 18:16:57 $
     9/// @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
     10/// @date $Date: 2008-04-07 20:30:38 $
    1111///
    1212/// Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    441441        setVal = maskVal;
    442442    }
    443 
    444     thresh *= (xMax - xMin + 1) * (yMax - yMin + 1);
    445443
    446444    if (!out) {
Note: See TracChangeset for help on using the changeset viewer.