Changeset 21183 for trunk/psLib/src/imageops/psImageMapFit.h
- Timestamp:
- Jan 26, 2009, 8:40:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageMapFit.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageMapFit.h
r15841 r21183 10 10 bool psImageMapFit(psImageMap *map, 11 11 const psVector *mask, 12 ps MaskType maskValue,12 psVectorMaskType maskValue, // 13 13 const psVector *x, 14 14 const psVector *y, … … 21 21 psStats *stats, 22 22 psVector *mask, // WARNING: Mask is modified! 23 ps MaskType maskValue,23 psVectorMaskType maskValue, 24 24 const psVector *x, 25 25 const psVector *y, … … 30 30 bool psImageMapFit1DinY(psImageMap *map, 31 31 const psVector *mask, 32 ps MaskType maskValue,32 psVectorMaskType maskValue, 33 33 const psVector *x, 34 34 const psVector *y, … … 39 39 bool psImageMapFit1DinX(psImageMap *map, 40 40 const psVector *mask, 41 ps MaskType maskValue,41 psVectorMaskType maskValue, 42 42 const psVector *x, 43 43 const psVector *y,
Note:
See TracChangeset
for help on using the changeset viewer.
