Début du TP convolution. Pour l'instant uniquement lecture d'une vidéo.
authorgburri <gregory.burri@master.hes-so.ch>
Sat, 10 Jan 2015 21:49:13 +0000 (22:49 +0100)
committergburri <gregory.burri@master.hes-so.ch>
Sat, 10 Jan 2015 21:49:13 +0000 (22:49 +0100)
commit4182eb3a07b7143afb8ebebfe77e8ef8e8abc266
treecf8e62d05f1d05a8349738412ad4aeb6558bd89f
parentfd0031be0a39a5d902750affaff6322fcd5229b1
Début du TP convolution. Pour l'instant uniquement lecture d'une vidéo.
15 files changed:
WCudaMSE/BilatTools_Cuda_Image/src/core/cudaImageTools/bitmap/cpp/Image.cpp
WCudaMSE/BilatTools_Cuda_Image/src/core/cudaImageTools/bitmap/header/Image.h
WCudaMSE/Student_Cuda_Image/src/cpp/core/02_Mandelbrot_Julia/moo/host/Fractal.cu
WCudaMSE/Student_Cuda_Image/src/cpp/core/02_Mandelbrot_Julia/moo/host/Fractal.h
WCudaMSE/Student_Cuda_Image/src/cpp/core/04_RayTracing/moo/device/RayTracingDevice.h
WCudaMSE/Student_Cuda_Image/src/cpp/core/06_Convolution/ImageConvolutionCuda.cpp [new file with mode: 0644]
WCudaMSE/Student_Cuda_Image/src/cpp/core/06_Convolution/ImageConvolutionCuda.h [new file with mode: 0644]
WCudaMSE/Student_Cuda_Image/src/cpp/core/06_Convolution/moo/device/ConvolutionDevice.cu [new file with mode: 0644]
WCudaMSE/Student_Cuda_Image/src/cpp/core/06_Convolution/moo/device/ConvolutionDevice.h [new file with mode: 0644]
WCudaMSE/Student_Cuda_Image/src/cpp/core/06_Convolution/moo/host/Convolution.cu [new file with mode: 0644]
WCudaMSE/Student_Cuda_Image/src/cpp/core/06_Convolution/moo/host/Convolution.h [new file with mode: 0644]
WCudaMSE/Student_Cuda_Image/src/cpp/core/06_Convolution/provider/ConvolutionProvider.cpp [new file with mode: 0644]
WCudaMSE/Student_Cuda_Image/src/cpp/core/06_Convolution/provider/ConvolutionProvider.h [new file with mode: 0644]
WCudaMSE/Student_Cuda_Image/src/cpp/core/Viewer.h [new file with mode: 0644]
WCudaMSE/Student_Cuda_Image/src/cpp/core/mainGL.cpp