_lsvm_tbbversion.diff

diff for lsvmtbbversion.cpp and _lsvm_tbbversion.h - Sergey Popov, 2011-05-19 06:40 pm

Download (737 Bytes)

 
modules/objdetect/src/_lsvm_tbbversion.h (working copy)
2 2
#define _LSVM_TBBVERSION_H
3 3

  
4 4
#include "_lsvm_matching.h"
5
#include "precomp.hpp"
6 5

  
7 6
/*
8 7
// Computation score function using TBB tasks
modules/objdetect/src/lsvmtbbversion.cpp (working copy)
1
#include "precomp.hpp"
1 2
#ifdef HAVE_TBB
2 3
#include "_lsvm_tbbversion.h"
3 4