- Timestamp:
- Jan 29, 2010, 6:02:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psModules/src/imcombine/pmSubtraction.h
r25279 r26739 127 127 ); 128 128 129 /// Return normalised coordinates 130 void p_pmSubtractionPolynomialNormCoords( 131 float *xOut, float *yOut, ///< Normalised coordinates, returned 132 float xIn, float yIn, ///< Input coordinates 133 int xMin, int xMax, int yMin, int yMax ///< Bounds of validity 134 ); 135 129 136 /// Given (normalised) coordinates (x,y), generate a matrix where the elements (i,j) are x^i * y^j 130 137 psImage *p_pmSubtractionPolynomial(psImage *output, ///< Output matrix, or NULL … … 138 145 psImage *p_pmSubtractionPolynomialFromCoords(psImage *output, ///< Output matrix, or NULL 139 146 const pmSubtractionKernels *kernels, ///< Kernel parameters 140 int numCols, int numRows, ///< Size of image of interest141 147 int x, int y ///< Position of interest 142 148 );
Note:
See TracChangeset
for help on using the changeset viewer.
