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/=()

Only ‘image /= slice’ is defined, as ‘slice /= image’ doesn’t make sense.

Parameters