Changeset 4243 for trunk/psLib/src/imageops
- Timestamp:
- Jun 13, 2005, 4:54:15 PM (21 years ago)
- Location:
- trunk/psLib/src/imageops
- Files:
-
- 3 edited
-
psImageConvolve.h (modified) (3 diffs)
-
psImageGeomManip.h (modified) (3 diffs)
-
psImageStats.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageConvolve.h
r4162 r4243 7 7 * @author Robert DeSonia, MHPCC 8 8 * 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 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 24 24 #define PS_TYPE_KERNEL_NAME "psF32" /**< the data type for kernel as a string */ 25 25 26 /** Kernel Type 27 * 28 * A floating-point data type used for storing kernel data. 29 * 30 */ 26 31 typedef psF32 psKernelType; 27 32 … … 93 98 const psVector* yShifts, ///< list of y-axis shifts 94 99 psBool relative 100 /**< specifies the starting point for the shifts; true=relative to previous shift 101 * false = relative to some other starting point. */ 95 102 ); 96 103 -
trunk/psLib/src/imageops/psImageGeomManip.h
r4214 r4243 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-06-1 1 02:19:05 $10 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-06-14 02:54:15 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 119 119 * 120 120 * Transform the input image according the supplied transformation. The size 121 * of the transformed image is de ï¬ned by the supplied output image, if121 * of the transformed image is defined by the supplied output image, if 122 122 * non-NULL, or the region otherwise (size region.x1 - region.x0 by region.y1 123 123 * region.y0, with out->x0 = region.x0 and out->y0 = region.y0). If the … … 149 149 int inputMaskVal, ///< masking value for inputMask 150 150 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 155 156 ); 156 157 -
trunk/psLib/src/imageops/psImageStats.h
r4162 r4243 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.2 2$ $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 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 69 69 psPolynomial2D* psImageFitPolynomial( 70 70 psPolynomial2D* coeffs, ///< coefficient structure carries in desired terms & target 71 const psImage* input 71 const psImage* input ///< input image 72 72 ); 73 73
Note:
See TracChangeset
for help on using the changeset viewer.
