Merging pull request #169 from taka-no-me:android-ndk-r8c

This commit is contained in:
Andrey Kamaev
2012-11-20 17:56:11 +04:00
committed by OpenCV Buildbot
11 changed files with 326 additions and 166 deletions

View File

@@ -1,6 +1,8 @@
#if defined(__linux__) || defined(LINUX) || defined(__APPLE__) || defined(ANDROID)
#include "opencv2/contrib/detection_based_tracker.hpp"
#include <pthread.h>
#define DEBUGLOGS 1
#ifdef ANDROID