IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17363


Ignore:
Timestamp:
Apr 7, 2008, 8:16:57 AM (18 years ago)
Author:
Paul Price
Message:

Need to adjust threshold for the number of pixels in the kernel, which are all set to 1.0.

File:
1 edited

Legend:

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

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