35#ifndef LSST_IP_DIFFIM_FINDSETBITS_H
36#define LSST_IP_DIFFIM_FINDSETBITS_H
52 template <
typename MaskT>
65 typename MaskT::Pixel
getBits()
const {
return _bits; }
70 for (
int y = 0;
y !=
mask.getHeight(); ++
y) {
78 typename MaskT::Pixel _bits;
Class to accumulate Mask bits.
void apply(MaskT const &mask)
MaskT::x_iterator x_iterator
MaskT::Pixel getBits() const
Asseses the quality of a candidate given a spatial kernel and background model.