Added the declaration of the type ConcurrentDoubleVector for TBB case.

pull/13383/head
Leonid Beynenson 13 years ago
parent e90aeb08f9
commit f69aa40310
  1. 1
      modules/core/include/opencv2/core/internal.hpp

@ -209,6 +209,7 @@ CV_INLINE IppiSize ippiSize(int width, int height)
}
typedef tf::ConcurrentVector<Rect> ConcurrentRectVector;
typedef tf::ConcurrentVector<double> ConcurrentDoubleVector;
#else
template<typename Body> static inline
void parallel_for( const BlockedRange& range, const Body& body )

Loading…
Cancel
Save