LSSTApplications  17.0+15,17.0+2,17.0+23,17.0+24,17.0+25,17.0+3,17.0+4,17.0+5,17.0-1-g377950a+14,17.0.1-1-g4d4fbc4+9,17.0.1-1-g55520dc+9,17.0.1-1-g5f4ed7e+11,17.0.1-1-g703d48b+8,17.0.1-1-g8de6c91+2,17.0.1-1-g9deacb5+17,17.0.1-1-gf4e0155+18,17.0.1-1-gfc65f5f+17,17.0.1-1-gfc6fb1f+7,17.0.1-14-g9e4a0a429,17.0.1-2-g29d9b29+6,17.0.1-2-g3bdf598+2,17.0.1-2-g3e5d191+11,17.0.1-3-g7e86b59+6,17.0.1-3-g9730928+5,17.0.1-3-gd08d533+6,17.0.1-5-g09f63bc+1,17.0.1-5-gb3f5c0c+8,17.0.1-6-ga5f3de7+10,17.0.1-7-ga01e3e3+3,17.0.1-8-g1ec47d7+3,17.0.1-8-g40ca8d54+10,17.0.1-8-gd60f3cda+8,17.0.1-9-g2557255+4,17.0.1-9-g77829d8+10,w.2019.15
LSSTDataManagementBasePackage
Namespaces | Functions
ImagePca.cc File Reference
#include <algorithm>
#include <cmath>
#include <cstdint>
#include <memory>
#include "Eigen/Core"
#include "Eigen/SVD"
#include "Eigen/Eigenvalues"
#include "lsst/afw/image/ImagePca.h"
#include "lsst/afw/math/Statistics.h"

Go to the source code of this file.

Namespaces

 lsst
 A base class for image defects.
 
 lsst::afw
 
 lsst::afw::image
 Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects.
 

Functions

template<typename Image1T , typename Image2T >
double lsst::afw::image::innerProduct (Image1T const &lhs, Image2T const &rhs, int const border=0)
 Calculate the inner product of two images. More...