Changeset 7541 for trunk/psLib/src/math/psPolynomialUtils.h
- Timestamp:
- Jun 13, 2006, 12:30:20 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomialUtils.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomialUtils.h
r7380 r7541 29 29 // fit a 2D 2nd order polynomial to the 9 pixels centered on (x,y) 30 30 psPolynomial2D *psImageBicubeFit(const psImage *image, // Image to fit 31 long x, longy // Pixels of centre of fit31 int x, int y // Pixels of centre of fit 32 32 ); 33 33
Note:
See TracChangeset
for help on using the changeset viewer.
