- Timestamp:
- Jan 31, 2010, 5:00:42 PM (16 years ago)
- Location:
- branches/eam_branches/psModules.stack.20100120
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/imcombine/pmSubtraction.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psModules.stack.20100120
- Property svn:mergeinfo changed
/branches/eam_branches/20091201/psModules (added) merged: 26686-26687,26693,26702-26703,26731-26735,26737,26739,26741-26743
- Property svn:mergeinfo changed
-
branches/eam_branches/psModules.stack.20100120/src/imcombine/pmSubtraction.h
r25279 r26747 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.
