Template Function lsst::afw::math::convolve(OutImageT&, InImageT const&, KernelT const&, bool, bool)¶
Function Documentation¶
-
template<typename
OutImageT, typenameInImageT, typenameKernelT>
voidlsst::afw::math::convolve(OutImageT &convolvedImage, InImageT const &inImage, KernelT const &kernel, bool doNormalize, bool doCopyEdge = false) Old, deprecated version of convolve.
- Parameters
[out] convolvedImage: convolved image; must be the same size as inImage[in] inImage: image to convolve[in] kernel: convolution kernel[in] doNormalize: if true, normalize the kernel, else use “as is”[in] doCopyEdge: if false (default), set edge pixels to the standard edge pixel; if true, copy edge pixels from input and set EDGE bit of mask