Changeset 26893 for trunk/psModules/src/imcombine/pmSubtraction.h
- Timestamp:
- Feb 10, 2010, 7:34:39 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmSubtraction.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtraction.h
r25279 r26893 113 113 psImageMaskType maskPoor, ///< Mask value to give poor pixels 114 114 float poorFrac, ///< Fraction for "poor" 115 float sysError, ///< Relative systematic error 115 float kernelError, ///< Relative systematic error in kernel 116 float covarFrac, ///< Truncation fraction for kernel before covariance calculation 116 117 const psRegion *region, ///< Region to convolve (or NULL) 117 118 const pmSubtractionKernels *kernels, ///< Kernel parameters … … 127 128 ); 128 129 130 /// Return normalised coordinates 131 void p_pmSubtractionPolynomialNormCoords( 132 float *xOut, float *yOut, ///< Normalised coordinates, returned 133 float xIn, float yIn, ///< Input coordinates 134 int xMin, int xMax, int yMin, int yMax ///< Bounds of validity 135 ); 136 129 137 /// Given (normalised) coordinates (x,y), generate a matrix where the elements (i,j) are x^i * y^j 130 138 psImage *p_pmSubtractionPolynomial(psImage *output, ///< Output matrix, or NULL … … 138 146 psImage *p_pmSubtractionPolynomialFromCoords(psImage *output, ///< Output matrix, or NULL 139 147 const pmSubtractionKernels *kernels, ///< Kernel parameters 140 int numCols, int numRows, ///< Size of image of interest141 148 int x, int y ///< Position of interest 142 149 );
Note:
See TracChangeset
for help on using the changeset viewer.
