Changeset 37721 for trunk/psLib/src/imageops/psImageMapFit.h
- Timestamp:
- Dec 5, 2014, 4:44:10 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageMapFit.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageMapFit.h
r30044 r37721 20 20 // fit the image map to a set of points 21 21 bool psImageMapClipFit(bool *pGoodFit, 22 psImageMap *map, 23 psStats *stats, 24 psVector *mask, // WARNING: Mask is modified! 25 psVectorMaskType maskValue, 26 const psVector *x, 27 const psVector *y, 28 const psVector *f, 29 const psVector *df 30 ); 31 32 33 // fit the image map to a set of points, using sparse matrix tools 34 bool psImageMapFitSparse(bool *pGoodFit, 35 psImageMap *map, 36 const psVector *mask, 37 psVectorMaskType maskValue, // 38 const psVector *x, 39 const psVector *y, 40 const psVector *f, 41 const psVector *df 42 ); 43 44 // fit the image map to a set of points using sparse matrix tools 45 bool psImageMapClipFitSparse(bool *pGoodFit, 22 46 psImageMap *map, 23 47 psStats *stats,
Note:
See TracChangeset
for help on using the changeset viewer.
