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. ‘slice -= image’ wouldn’t make sense.

Parameters