Template Function lsst::afw::image::operator/=(Image<LhsPixelT>&, Image<RhsPixelT> const&)

Function Documentation

template<typename LhsPixelT, typename RhsPixelT>
Image<LhsPixelT> &lsst::afw::image::operator/=(Image<LhsPixelT> &lhs, Image<RhsPixelT> const &rhs)

Divide lhs by Image rhs (i.e. pixel-by-pixel division) where types are different.