IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2014, 4:44:10 PM (11 years ago)
Author:
watersc1
Message:

Sparse image map code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageMapFit.h

    r30044 r37721  
    2020// fit the image map to a set of points
    2121bool 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
     34bool 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
     45bool psImageMapClipFitSparse(bool *pGoodFit,
    2246                       psImageMap *map,
    2347                       psStats *stats,
Note: See TracChangeset for help on using the changeset viewer.