parallel_do replaced by parallel_for_ in gpu/multi.cpp sample to get rid of cvconfig.h

This commit is contained in:
Alexander Smorkalov
2014-12-30 16:22:56 +03:00
parent 840088e021
commit e02418e904
3 changed files with 36 additions and 58 deletions

View File

@@ -3,7 +3,6 @@
#include <string>
#include <ctype.h>
#include "cvconfig.h"
#include "opencv2/core/core.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/gpu/gpu.hpp"