
#include <cuda.h>#include "CUDA/cutil.h"#include "cudadefs.h"
Go to the source code of this file.
Functions | |
| __global__ void | cuda_debayer_kernel_Nearest_Neighbour (float *src, float3_t *dptr, int w, int h, int tile_width, int tile_height) |
| __global__ void | cuda_debayer_kernel_MHC_optimised (float *src, float3_t *dptr, int w, int h, int tile_width, int tile_height) |
| __global__ void | cuda_kernel_debayer (float *src, float3_t *dptr, int w, int h, int tile_width, int tile_height) |
CUDA/GPU optimized color operations code
Definition in file cuda_debayer.h.
1.6.3