Template Function lsst::afw::image::operator+=(Image<PixelT>&, ImageSlice<PixelT> const&)

Function Documentation

template<typename PixelT>
void lsst::afw::image::operator+=(Image<PixelT> &img, ImageSlice<PixelT> const &slc)

Overload operator+=()

We’ll only allow ‘image += slice’. It doesn’t make sense to add an image to a slice.

Parameters