IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2007, 7:49:18 AM (19 years ago)
Author:
rhl
Message:

Rewrote pmFindFootprintAtPoint for speed using a mask and stop-pixels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/pmFootprint.h

    r13372 r13441  
    3131void pmFootprintSetBBox(pmFootprint *fp);
    3232psArray *pmFindFootprints(const psImage *img, const float threshold, const int npixMin);
     33pmFootprint *pmOldFindFootprintAtPoint(const psImage *img,
     34                                    const float threshold,
     35                                    int row, int col);
    3336pmFootprint *pmFindFootprintAtPoint(const psImage *img,
    3437                                    const float threshold,
     38                                    const psArray *peaks,
    3539                                    int row, int col);
    3640
Note: See TracChangeset for help on using the changeset viewer.