#include "CUDA/CudaImage.H"
#include "CUDA/cudadefs.h"
Go to the source code of this file.
Functions | |
void | cudaInplaceAddBGnoise (CudaImage< float > &src, const float range, CudaImage< float > &randBuf) |
void | cudaInplaceAddBGnoise2 (CudaImage< float > &src, const float range, CudaImage< float > &randBuf) |
C++ wrapper for CUDA transformations
Definition in file CudaTransforms.H.