1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #8404 from khnaba:stream-with-custom-allocator

This commit is contained in:
Vadim Pisarevsky
2017-03-21 20:06:56 +00:00
2 changed files with 25 additions and 5 deletions
@@ -507,6 +507,9 @@ public:
//! creates a new asynchronous stream
Stream();
//! creates a new asynchronous stream with custom allocator
Stream(const Ptr<GpuMat::Allocator>& allocator);
/** @brief Returns true if the current stream queue is finished. Otherwise, it returns false.
*/
bool queryIfComplete() const;