LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
Namespaces | Enumerations | Functions
CudaLanczosWrapper.h File Reference

GPU accelerared image warping. More...

#include "lsst/afw/math/detail/PositionFunctor.h"
#include "lsst/afw/math/warpExposure.h"

Go to the source code of this file.

Namespaces

 lsst
 < multiple inclusion guard macro
 
 lsst.afw
 
 lsst.afw.math
 
 lsst.afw.math.detail
 
 lsst::afw::math::detail::WarpImageGpuStatus
 

Enumerations

enum  lsst::afw::math::detail::WarpImageGpuStatus::ReturnCode { lsst::afw::math::detail::WarpImageGpuStatus::OK, lsst::afw::math::detail::WarpImageGpuStatus::NO_GPU, lsst::afw::math::detail::WarpImageGpuStatus::KERNEL_TOO_LARGE, lsst::afw::math::detail::WarpImageGpuStatus::INTERP_LEN_TOO_SMALL }
 

Functions

template<typename DestImageT , typename SrcImageT >
std::pair< int,
WarpImageGpuStatus::ReturnCode > 
lsst.afw.math.detail::warpImageGPU (DestImageT &destImage, SrcImageT const &srcImage, lsst::afw::math::LanczosWarpingKernel const &warpingKernel, lsst::afw::math::SeparableKernel const &maskWarpingKernel, PositionFunctor const &computeSrcPos, int const interpLength, typename DestImageT::SinglePixel padValue, const bool forceProcessing=true)
 GPU accelerated image warping using Lanczos resampling. More...
 

Detailed Description

GPU accelerared image warping.

Author
Kresimir Cosic

Definition in file CudaLanczosWrapper.h.