1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

fixed a few warnings and bugs, including ticket #1079

This commit is contained in:
Vadim Pisarevsky
2011-06-12 20:29:50 +00:00
parent b6c19d365f
commit 9df999154c
7 changed files with 8 additions and 5 deletions
-1
View File
@@ -2,7 +2,6 @@
#define _LSVM_TBBVERSION_H
#include "_lsvm_matching.h"
#include "precomp.hpp"
/*
// Computation score function using TBB tasks
+2
View File
@@ -1,3 +1,5 @@
#include "precomp.hpp"
#ifdef HAVE_TBB
#include "_lsvm_tbbversion.h"