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<Rect> ConcurrentRectVector;
|
||||||
|
typedef tf::ConcurrentVector<double> ConcurrentDoubleVector;
|
||||||
#else
|
#else
|
||||||
template<typename Body> static inline
|
template<typename Body> static inline
|
||||||
void parallel_for( const BlockedRange& range, const Body& body )
|
void parallel_for( const BlockedRange& range, const Body& body )
|
||||||
|
Reference in New Issue
Block a user