Changeset 14721
- Timestamp:
- Aug 31, 2007, 2:41:01 PM (19 years ago)
- Location:
- branches/eam_branch_20070830/psLib
- Files:
-
- 5 added
- 3 edited
-
src/imageops/Makefile.am (modified) (2 diffs)
-
src/imageops/psImageMap.c (added)
-
src/imageops/psImageMap.h (added)
-
src/imageops/psImagePixelInterpolate.c (added)
-
src/imageops/psImagePixelInterpolate.h (added)
-
src/math/psPolynomialUtils.c (modified) (1 diff)
-
test/imageops/Makefile.am (modified) (1 diff)
-
test/imageops/tap_psImageMap.c (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20070830/psLib/src/imageops/Makefile.am
r12741 r14721 15 15 psImageMaskOps.c \ 16 16 psImageBinning.c \ 17 psImageMap.c \ 18 psImagePixelInterpolate.c \ 17 19 psImageUnbin.c 18 20 … … 30 32 psImageMaskOps.h \ 31 33 psImageBinning.h \ 34 psImageMap.h \ 35 psImagePixelInterpolate.h \ 32 36 psImageUnbin.h 33 37 -
branches/eam_branch_20070830/psLib/src/math/psPolynomialUtils.c
r11674 r14721 135 135 } 136 136 137 // this function expect x,y in parent coords 137 // this function expects x,y in parent coords 138 // XXX add a mask, fit only the valid pixels 138 139 psPolynomial2D *psImageBicubeFit(const psImage *image, int x, int y) 139 140 { -
branches/eam_branch_20070830/psLib/test/imageops/Makefile.am
r13123 r14721 22 22 tap_psImagePixelExtract \ 23 23 tap_psImageInterpolate2 \ 24 tap_psImageMap \ 24 25 tap_psImageMaskOps 25 26
Note:
See TracChangeset
for help on using the changeset viewer.
