moved parallel_for_ and ParallelLoopBody to core.hpp

This commit is contained in:
Vadim Pisarevsky
2012-08-03 16:41:00 +04:00
parent fd9069422a
commit 310b1ad7b9
5 changed files with 29 additions and 110 deletions

View File

@@ -50,7 +50,6 @@
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/imgproc/imgproc_c.h"
#include "opencv2/core/internal.hpp"
#include "opencv2/core/parallel_tool.hpp"
#include <math.h>
#include <assert.h>
#include <string.h>