|
lsst.afw gf03f0b42f3+b1047159b2
|
#include <algorithm>#include <cmath>#include <cstdint>#include <memory>#include "Eigen/Core"#include "Eigen/Eigenvalues"#include "lsst/afw/image/ImagePca.h"#include "lsst/afw/math/Statistics.h"Go to the source code of this file.
Namespaces | |
| namespace | lsst |
| namespace | lsst::afw |
| namespace | lsst::afw::image |
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. | |