Début du TP convolution. Pour l'instant uniquement lecture d'une vidéo.
[GPU.git] / WCudaMSE / BilatTools_Cuda_Image / src / core / cudaImageTools / bitmap / cpp / Image.cpp
index fa0eedf..11efd83 100755 (executable)
@@ -37,7 +37,7 @@ Image::Image(Animable_I* ptrAnimable,ColorRGB_01* ptrColorTitreRGB) :
        ImageMOOs_A(ptrAnimable->getW(), ptrAnimable->getH())\r
     {\r
     this->ptrAnimable = ptrAnimable;\r
-    this->ptrColorTitreRGB=ptrColorTitreRGB;\r
+    this->ptrColorTitreRGB = ptrColorTitreRGB;\r
 \r
     this->valueNames = ptrAnimable->getNames();\r
     this->values = new float[this->valueNames.size()];\r