Commit f69aa403 authored by Leonid Beynenson's avatar Leonid Beynenson

Added the declaration of the type ConcurrentDoubleVector for TBB case.

parent e90aeb08
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment