mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Added the declaration of the type ConcurrentDoubleVector for TBB case.
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user