- Timestamp:
- Sep 20, 2007, 9:17:16 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20070830/psLib/src/imageops/psImageMap.h
r14864 r14907 7 7 * @author Eugene Magnier, IfA 8 8 * 9 * @version $Revision: 1.1.2. 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-09- 17 20:17:21$9 * @version $Revision: 1.1.2.6 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-09-20 19:17:16 $ 11 11 * 12 12 * Copyright 2007 Institute for Astronomy, University of Hawaii … … 50 50 51 51 // fit the image map to a set of points 52 bool psImageMapFit (psImageMap *map, psVector *x, psVector *y, psVector *f, psVector *df); 52 bool psImageMapFit (psImageMap *map, psVector *mask, psMaskType maskValue, psVector *x, psVector *y, psVector *f, psVector *df); 53 54 // fit the image map to a set of points 55 bool psImageMapClipFit (psImageMap *map, psStats *stats, psVector *mask, psMaskType maskValue, psVector *x, psVector *y, psVector *f, psVector *df); 53 56 54 57 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
