Template Function lsst::afw::image::operator*(ImageSlice<PixelT> const&, Image<PixelT> const&)¶
Function Documentation¶
Overload operator*()
We’ll define both ‘image*slice’ (this one) and ‘slice*image’ (next one down).
- Parameters
slc
: The Imageimg
: The ImageSlice