|
@@ -6,7 +6,7 @@
|
|
|
//#include "core/imagedisplay/ImageDisplay.h"
|
|
|
#include "core/basics/StringTools.h"
|
|
|
|
|
|
-#undef WRITE
|
|
|
+#define WRITE
|
|
|
|
|
|
using namespace OBJREC;
|
|
|
|
|
@@ -119,9 +119,7 @@ ClassificationResult VCDTSVM::classify ( const NICE::Vector & x ) const
|
|
|
}
|
|
|
}
|
|
|
return ClassificationResult ( bclass, scores );
|
|
|
-#endif
|
|
|
-
|
|
|
-#ifndef WRITE
|
|
|
+#else
|
|
|
int c2 = ( *counter ) [0];
|
|
|
( *counter ) [0]++;
|
|
|
FullVector tmp ( results[c2].size() );
|