Début du TP convolution. Pour l'instant uniquement lecture d'une vidéo.
[GPU.git] / WCudaMSE / Student_Cuda_Image / src / cpp / core / 06_Convolution / moo / device / ConvolutionDevice.h
diff --git a/WCudaMSE/Student_Cuda_Image/src/cpp/core/06_Convolution/moo/device/ConvolutionDevice.h b/WCudaMSE/Student_Cuda_Image/src/cpp/core/06_Convolution/moo/device/ConvolutionDevice.h
new file mode 100644 (file)
index 0000000..7044644
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef CONVOLUTION_DEVICE_H
+#define CONVOLUTION_DEVICE_H
+
+__global__
+void convolution(uchar4* ptrDevPixels, int w, int h, float t);
+
+#endif