Template Class KernelPcaVisitor

Inheritance Relationships

Base Type

Class Documentation

template<typename PixelT>
class KernelPcaVisitor : public lsst::afw::math::CandidateVisitor

Public Types

typedef lsst::afw::image::Image<lsst::afw::math::Kernel::Pixel> ImageT
typedef std::shared_ptr<KernelPcaVisitor<PixelT>> Ptr

Public Functions

KernelPcaVisitor(std::shared_ptr<KernelPca<ImageT>> imagePca)
virtual ~KernelPcaVisitor()
lsst::afw::math::KernelList getEigenKernels()
void processCandidate(lsst::afw::math::SpatialCellCandidate *candidate)
void subtractMean()
PTR(ImageT)