Added the declaration of the type ConcurrentDoubleVector for TBB case.

This commit is contained in:
Leonid Beynenson 2011-08-26 11:05:51 +00:00
parent e90aeb08f9
commit f69aa40310

View File

@ -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 )