Suppress a space!
authorMathieu Barnachon <mathieu.barnachon@gmail.com>
Sun, 24 Nov 2013 16:10:06 +0000 (17:10 +0100)
committerMathieu Barnachon <mathieu.barnachon@gmail.com>
Sun, 24 Nov 2013 16:10:06 +0000 (17:10 +0100)
samples/cpp/train_HOG.cpp

index 32efa0e..3f21206 100644 (file)
@@ -38,7 +38,7 @@ void get_svm_detector(const SVM& svm, vector< float > & hog_detector )
         decision_func != 0 &&
         decision_func->alpha != 0 &&
         decision_func->sv_count == sv_total );
+
     float svi = 0.f;
 
     hog_detector.clear(); //clear stuff in vector.