#include "Image/Image.H"
#include "Image/ImageSet.H"
#include "Image/Pixels.H"
#include "Image/ColorOps.H"
#include "Raster/Raster.H"
#include "CUDA/CudaImage.H"
#include "CUDA/wrap_c_cuda.h"
#include "CUDA/cutil.h"
#include "CUDA/CudaColorOps.H"
#include "CUDA/CudaDevices.H"
#include "CUDA/CudaImageSet.H"
#include "CUDA/CudaImageSetOps.H"
#include "CUDA/CUDAdebayer.H"
#include "Util/fpu.H"
#include <cmath>
#include <fstream>
#include <sys/time.h>
#include "CUDA/CudaImageDisplayGL.H"
Go to the source code of this file.
Functions | |
void | bayer_test (int argc, char **argv) |
int | main (int argc, char **argv) |
Testing CudaImageDisplayGL.C
Definition in file test_wrap_cuda_debayer_display.C.