IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2005, 4:30:50 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImagePixelManip.h

    r4162 r4315  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-06-08 23:40:45 $
     10 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-06-18 02:30:49 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3232 *  @return psS32     The number of clipped pixels
    3333 */
    34 psS32 psImageClip(
     34int psImageClip(
    3535    psImage* input,                    ///< the image to clip
    36     psF64 min,                         ///< the minimum image value allowed
    37     psF64 vmin,                        ///< the value pixels < min are set to
    38     psF64 max,                         ///< the maximum image value allowed
    39     psF64 vmax                         ///< the value pixels > max are set to
     36    double min,                        ///< the minimum image value allowed
     37    double vmin,                       ///< the value pixels < min are set to
     38    double max,                        ///< the maximum image value allowed
     39    double vmax                        ///< the value pixels > max are set to
    4040);
    4141
     
    4949 *  @return psS32     The number of clipped pixels
    5050 */
    51 psS32 psImageClipComplexRegion(
     51int psImageClipComplexRegion(
    5252    psImage* input,                    ///< the image to clip
    5353    psC64 min,                         ///< the minimum image value allowed
     
    6464 *  @return psS32     The number of clipped pixels
    6565 */
    66 psS32 psImageClipNaN(
     66int psImageClipNaN(
    6767    psImage* input,                    ///< the image to clip
    68     psF64 value                        ///< the value to set all NaN/Inf values to
     68    float value                        ///< the value to set all NaN/Inf values to
    6969);
    7070
Note: See TracChangeset for help on using the changeset viewer.