lsst.afw g87b8406481+38fdbcbd0f
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
ImagePca.h File Reference
#include <vector>
#include <string>
#include <utility>
#include <memory>
#include "lsst/pex/exceptions.h"
#include "lsst/afw/image/MaskedImage.h"

Go to the source code of this file.

Classes

class  lsst::afw::image::ImagePca< ImageT >
 

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. More...