IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 29, 2008, 10:43:18 AM (18 years ago)
Author:
eugene
Message:

adding a threaded version of psImageSmoothMask (only supports F32 for now)

File:
1 edited

Legend:

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

    r20211 r20462  
    55 * @author Robert DeSonia, MHPCC
    66 *
    7  * @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2008-10-17 01:32:49 $
     7 * @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2008-10-29 20:43:18 $
    99 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1010 */
     
    208208
    209209
     210psImage *psImageSmoothMask_Threaded(psImage *output,
     211                                    const psImage *image,
     212                                    const psImage *mask,
     213                                    psMaskType maskVal,
     214                                    float sigma,
     215                                    float numSigma,
     216                                    float minGauss);
     217
    210218bool psImageSmoothMaskF32(
    211219    psImage *image,                    ///< the image to be smoothed
Note: See TracChangeset for help on using the changeset viewer.