IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 16, 2009, 11:25:41 AM (17 years ago)
Author:
Paul Price
Message:

Adding function to calculate covariance pseudo-matrix when binning.

File:
1 edited

Legend:

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

    r21466 r23882  
    3535    );
    3636
     37/// Calculate the covariance pseudo-matrix for binning
     38psKernel *psImageCovarianceBin(
     39    int bin,                            ///< Binning factor
     40    const psKernel *covariance,         ///< Current covariance pseudo-matrix
     41    bool average                        ///< Averaging pixels when binning?
     42    );
     43
    3744/// Return the pixel-to-pixel covariance factor
    3845float psImageCovarianceFactor(
Note: See TracChangeset for help on using the changeset viewer.