IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2005, 4:54:15 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

Location:
trunk/psLib/src/imageops
Files:
3 edited

Legend:

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

    r4162 r4243  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-08 23:40:45 $
     9 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-14 02:54:15 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2424#define PS_TYPE_KERNEL_NAME "psF32"    /**< the data type for kernel as a string */
    2525
     26/** Kernel Type
     27 * 
     28 *  A floating-point data type used for storing kernel data.
     29 * 
     30 */
    2631typedef psF32 psKernelType;
    2732
     
    9398    const psVector* yShifts,           ///< list of y-axis shifts
    9499    psBool relative
     100    /**< specifies the starting point for the shifts; true=relative to previous shift
     101     *  false = relative to some other starting point.  */
    95102);
    96103
  • trunk/psLib/src/imageops/psImageGeomManip.h

    r4214 r4243  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-06-11 02:19:05 $
     10 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-06-14 02:54:15 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    119119 *
    120120 *  Transform the input image according the supplied transformation. The size
    121  *  of the transformed image is defined by the supplied output image, if
     121 *  of the transformed image is defined by the supplied output image, if
    122122 *  non-NULL, or the region otherwise (size region.x1 - region.x0 by region.y1
    123123 *  region.y0, with out->x0 = region.x0 and out->y0 = region.y0). If the
     
    149149    int inputMaskVal,                  ///< masking value for inputMask
    150150    const psPlaneTransform *outToIn,   ///< the transform to apply
    151     const psRegion region,             ///<
    152     const psPixels* pixels,            ///<
    153     psImageInterpolateMode mode,       ///<
    154     int exposedValue                   ///<
     151    const psRegion region,             ///< the size of the transformed image
     152    const psPixels* pixels,            /**< if not NULL, consists of psPixelCoords and specifies which pixels in
     153                                             *  output image shall be transformed; otherwise, entire image generated*/
     154    psImageInterpolateMode mode,       ///< the interpolation scheme to be used
     155    int exposedValue                   ///< Exposed value to which non-corresponding pixels are set
    155156);
    156157
  • trunk/psLib/src/imageops/psImageStats.h

    r4162 r4243  
    99*  @author GLG, MHPCC
    1010*
    11 *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2005-06-08 23:40:45 $
     11*  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2005-06-14 02:54:15 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6969psPolynomial2D* psImageFitPolynomial(
    7070    psPolynomial2D* coeffs,            ///< coefficient structure carries in desired terms & target
    71     const psImage* input
     71    const psImage* input               ///< input image
    7272);
    7373
Note: See TracChangeset for help on using the changeset viewer.