#include "CUDA/CudaImage.H"
#include "Image/PixelsTypes.H"
Go to the source code of this file.
Functions | |
void | cudaGetRGBY (const CudaImage< PixRGB< float > > &src, CudaImage< float > &rg, CudaImage< float > &by, const float thresh, const float min_range=0.0f, const float max_range=255.0f) |
CudaImage< PixRGB< float > > | cudaToRGB (const CudaImage< float > &src) |
void | cudaGetComponents (const CudaImage< PixRGB< float > > &src, CudaImage< float > &red, CudaImage< float > &green, CudaImage< float > &blue) |
CudaImage< float > | cudaLuminance (const CudaImage< PixRGB< float > > &src) |
CudaImage< float > | cudaLuminanceNTSC (const CudaImage< PixRGB< float > > &src) |
C++ wrapper for CUDA Color operations
Definition in file CudaColorOps.H.