Template Function lsst::afw::image::imagesOverlap(ImageBase<T1> const&, ImageBase<T2> const&)

Function Documentation

template<typename T1, typename T2>
bool lsst::afw::image::imagesOverlap(ImageBase<T1> const &image1, ImageBase<T2> const &image2)

Return true if the pixels for two images or masks overlap in memory.