mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-20 12:55:15 +08:00
2-nd level of parallelization + detector remake
1. Added 2-nd level of parallelization of NN on OpenCL 2. Restructured detector - now all filters work independently: Variance Filter->Ensemble->NN, through "buffers"
This commit is contained in:
@@ -48,8 +48,8 @@
|
||||
using namespace std;
|
||||
using namespace cv;
|
||||
|
||||
#define NUM_TEST_FRAMES 500
|
||||
#define TEST_VIDEO_INDEX 1 //TLD Dataset Video Index from 1-10
|
||||
#define NUM_TEST_FRAMES 100
|
||||
#define TEST_VIDEO_INDEX 7 //TLD Dataset Video Index from 1-10
|
||||
//#define RECORD_VIDEO_FLG
|
||||
|
||||
static Mat image;
|
||||
|
Reference in New Issue
Block a user