IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 5, 2025, 3:30:24 PM (11 months ago)
Author:
tdeboer
Message:

updates to stats functions for 2D overscan correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psVectorSmooth.h

    r13918 r42888  
    2323psVector *psVectorBoxcar(psVector *output, ///< Output vector, or NULL
    2424                         const psVector *input, ///< Input vector (F32 or F64 only)
    25                          int size       ///< Boxcar size (one-sided size)
     25                         int size,       ///< Boxcar size (one-sided size)
     26                         bool robust            ///< compute robust median or normal median
    2627    );
    2728
Note: See TracChangeset for help on using the changeset viewer.