- Timestamp:
- Sep 7, 2007, 10:19:35 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20070830/psLib/src/imageops/psImageMap.h
r14723 r14774 7 7 * @author Eugene Magnier, IfA 8 8 * 9 * @version $Revision: 1.1.2. 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-09-0 2 02:03:58$9 * @version $Revision: 1.1.2.3 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-09-07 20:19:35 $ 11 11 * 12 12 * Copyright 2007 Institute for Astronomy, University of Hawaii … … 35 35 psImageMap *psImageMapAlloc(psImage *field, psImageBinning *binning, psStats *stats) PS_ATTR_MALLOC; 36 36 37 bool psImageMapModifyScale(psImageMap *map, int nXruff, int nYruff); 38 37 39 // generate a psImageMap (or NULL) with the given number of superpixels in X and Y 38 bool psImageMapGenerate (psImageMap *map, psVector *x, psVector *y, psVector *f, float badFrac); 40 bool psImageMapGenerate (psImageMap *map, psVector *x, psVector *y, psVector *f, psVector *df, float badFrac); 41 42 bool psImageMapGenerateScale (psImageMap *map, psVector *x, psVector *y, psVector *f, psVector *df, float badFrac); 43 44 // apply the psImageMap to the given coordinate (fine image pixels) 45 double psImageMapEval (psImageMap *map, float x, float y); 46 47 // apply the psImageMap to the given coordinate vectors (fine image pixels) 48 psVector *psImageMapEvalVector (psImageMap *map, psVector *x, psVector *y); 39 49 40 50 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
