Changeset 30031 for trunk/psLib/src/imageops/psImageMapFit.h
- Timestamp:
- Dec 14, 2010, 9:29:23 AM (15 years ago)
- Location:
- trunk/psLib/src/imageops
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psImageMapFit.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops
-
Property svn:mergeinfo
set to
/branches/eam_branches/ipp-20101103/psLib/src/imageops merged eligible /branches/eam_branches/ipp-20101205/psLib/src/imageops merged eligible
-
Property svn:mergeinfo
set to
-
trunk/psLib/src/imageops/psImageMapFit.h
r25753 r30031 8 8 9 9 // fit the image map to a set of points 10 bool psImageMapFit(psImageMap *map, 10 bool psImageMapFit(bool *goodFit, 11 psImageMap *map, 11 12 const psVector *mask, 12 13 psVectorMaskType maskValue, // … … 18 19 19 20 // fit the image map to a set of points 20 bool psImageMapClipFit(psImageMap *map, 21 bool psImageMapClipFit(bool *goodFit, 22 psImageMap *map, 21 23 psStats *stats, 22 24 psVector *mask, // WARNING: Mask is modified! … … 28 30 ); 29 31 30 bool psImageMapFit1DinY(psImageMap *map, 32 bool psImageMapFit1DinY(bool *goodFit, 33 psImageMap *map, 31 34 const psVector *mask, 32 35 psVectorMaskType maskValue, … … 37 40 ); 38 41 39 bool psImageMapFit1DinX(psImageMap *map, 42 bool psImageMapFit1DinX(bool *goodFit, 43 psImageMap *map, 40 44 const psVector *mask, 41 45 psVectorMaskType maskValue,
Note:
See TracChangeset
for help on using the changeset viewer.
