Removed whitespace.
authorJin Ma <jinma06njuee@gmail.om>
Thu, 29 Aug 2013 07:49:02 +0000 (15:49 +0800)
committerJin Ma <jinma06njuee@gmail.om>
Thu, 29 Aug 2013 07:49:02 +0000 (15:49 +0800)
modules/ocl/src/bgfg_mog.cpp

index d39f863..3051ac8 100644 (file)
@@ -330,7 +330,7 @@ void cv::ocl::device::mog::mog_ocl(const oclMat& frame, int cn, oclMat& fgmask,
     const float minVar = noiseSigma * noiseSigma;
 
     if(learningRate > 0.0f)
-        mog_withLearning(frame, cn, fgmask, weight, sortKey, mean, var, nmixtures, 
+        mog_withLearning(frame, cn, fgmask, weight, sortKey, mean, var, nmixtures,
                          varThreshold, backgroundRatio, learningRate, minVar);
     else
         mog_withoutLearning(frame, cn, fgmask, weight, mean, var, nmixtures, varThreshold, backgroundRatio);