Made perf test for CascadeClassifier (LBP frontal face cascade).

This commit is contained in:
Leonid Beynenson
2011-09-07 19:52:52 +00:00
parent b0535e0456
commit 6bb15fa711
4 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#ifndef __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
#include "opencv2/ts/ts.hpp"
#include "opencv2/objdetect/objdetect.hpp"
#include "opencv2/highgui/highgui.hpp"
#if GTEST_CREATE_SHARED_LIBRARY
#error no modules except ts should have GTEST_CREATE_SHARED_LIBRARY defined
#endif
#endif