|
lsst.afw g4f4f280218+81551fceaa
|
#include <sstream>#include "lsst/pex/exceptions.h"#include "lsst/log/Log.h"#include "lsst/geom.h"#include "lsst/afw/image/MaskedImage.h"#include "lsst/afw/math/Kernel.h"#include "lsst/afw/math/detail/Convolve.h"Go to the source code of this file.
Namespaces | |
| namespace | lsst |
| A base class for image defects. | |
| namespace | lsst::afw |
| namespace | lsst::afw::math |
| namespace | lsst::afw::math::detail |
Functions | |
| template<typename OutImageT , typename InImageT > | |
| void | lsst::afw::math::detail::convolveWithInterpolation (OutImageT &outImage, InImageT const &inImage, lsst::afw::math::Kernel const &kernel, ConvolutionControl const &convolutionControl) |
| Convolve an Image or MaskedImage with a spatially varying Kernel using linear interpolation. More... | |
| template<typename OutImageT , typename InImageT > | |
| void | lsst::afw::math::detail::convolveRegionWithInterpolation (OutImageT &outImage, InImageT const &inImage, KernelImagesForRegion const ®ion, ConvolveWithInterpolationWorkingImages &workingImages) |
| Convolve a region of an Image or MaskedImage with a spatially varying Kernel using interpolation. More... | |