IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 28, 2009, 12:08:14 PM (17 years ago)
Author:
Paul Price
Message:

Need additional headers to use the PS_ASSERT_KERNEL_NON_NULL macro.

File:
1 edited

Legend:

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

    r21183 r21206  
    55 * @author Robert DeSonia, MHPCC
    66 *
    7  * @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2009-01-27 06:39:37 $
     7 * @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2009-01-28 22:08:14 $
    99 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1010 */
     
    1919#include "psVector.h"
    2020#include "psType.h"
     21#include "psError.h"
     22#include "psAssert.h"
    2123
    2224#define PS_TYPE_KERNEL PS_TYPE_F32     ///< the data member to use for kernel image */
     
    201203    const psImage *image,               ///< Input image (F32 or F64)
    202204    const psImage *mask,                ///< Mask image
    203     psImageMaskType maskVal,            ///< Mask value
     205    psImageMaskType maskVal,            ///< Mask value
    204206    float sigma,                        ///< Width of the smoothing kernel (pixels)
    205207    float numSigma,                     ///< Size of the smoothing box (sigma)
     
    219221    psImage *image,                    ///< the image to be smoothed
    220222    psImage *mask,                     ///< optional mask
    221     psImageMaskType maskVal,            ///< masked bits
     223    psImageMaskType maskVal,            ///< masked bits
    222224    double  sigma,                     ///< the width of the smoothing kernel in pixels
    223225    double  Nsigma                     ///< the size of the smoothing box in sigmas
Note: See TracChangeset for help on using the changeset viewer.