Added the declaration of the type ConcurrentDoubleVector for TBB case.
This commit is contained in:
parent
e90aeb08f9
commit
f69aa40310
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user