- Timestamp:
- Dec 17, 2010, 10:06:58 AM (16 years ago)
- Location:
- branches/eam_branches/ipp-20101205/psLib/src/imageops
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psImageMapFit.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/psLib/src/imageops
- Property svn:mergeinfo set to
-
branches/eam_branches/ipp-20101205/psLib/src/imageops/psImageMapFit.h
r30019 r30104 8 8 9 9 // fit the image map to a set of points 10 bool psImageMapFit(bool * goodFit,10 bool psImageMapFit(bool *pGoodFit, 11 11 psImageMap *map, 12 12 const psVector *mask, … … 19 19 20 20 // fit the image map to a set of points 21 bool psImageMapClipFit(bool * goodFit,21 bool psImageMapClipFit(bool *pGoodFit, 22 22 psImageMap *map, 23 23 psStats *stats, … … 30 30 ); 31 31 32 bool psImageMapFit1DinY(bool * goodFit,32 bool psImageMapFit1DinY(bool *pGoodFit, 33 33 psImageMap *map, 34 34 const psVector *mask, … … 40 40 ); 41 41 42 bool psImageMapFit1DinX(bool * goodFit,42 bool psImageMapFit1DinX(bool *pGoodFit, 43 43 psImageMap *map, 44 44 const psVector *mask,
Note:
See TracChangeset
for help on using the changeset viewer.
