Added the declaration of the type ConcurrentDoubleVector for TBB case.
authorLeonid Beynenson <no@email>
Fri, 26 Aug 2011 11:05:51 +0000 (11:05 +0000)
committerLeonid Beynenson <no@email>
Fri, 26 Aug 2011 11:05:51 +0000 (11:05 +0000)
modules/core/include/opencv2/core/internal.hpp

index 1cbc7b8..c582cd5 100644 (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 )