Commit 0cd798ed authored by Alex Leontiev's avatar Alex Leontiev

buildbot

parent 2ea09a16
...@@ -47,7 +47,6 @@ ...@@ -47,7 +47,6 @@
#include "feature.hpp" #include "feature.hpp"
#include "onlineMIL.hpp" #include "onlineMIL.hpp"
#include "onlineBoosting.hpp" #include "onlineBoosting.hpp"
#include "opencv2/optim.hpp"
#include <iostream> #include <iostream>
#define BOILERPLATE_CODE(name,classname) \ #define BOILERPLATE_CODE(name,classname) \
......
...@@ -608,7 +608,7 @@ bool TLDDetector::detect(const Mat& img, const Mat& imgBlurred, Rect2d& res, std ...@@ -608,7 +608,7 @@ bool TLDDetector::detect(const Mat& img, const Mat& imgBlurred, Rect2d& res, std
END_TICK("detector"); END_TICK("detector");
dfprintf((stdout, "after NCC: nneg = %d npos = %d\n", nneg, npos)); dfprintf((stdout, "after NCC: nneg = %d npos = %d\n", nneg, npos));
#if !0 #if !1
std::vector<Rect2d> poss, negs; std::vector<Rect2d> poss, negs;
for( int i = 0; i < (int)patches.size(); i++ ) for( int i = 0; i < (int)patches.size(); i++ )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment