Template Function lsst::afw::image::operator+(ImageSlice<PixelT> const&, Image<PixelT> const&)¶
Function Documentation¶
Overload operator+()
We require two of these, one for image+slice (previous one) and one for slice+image (this)
- Parameters
slc
: The ImageSliceimg
: The Image