#include <gpu.hpp>
List of all members.
Public Member Functions |
| | Stream () |
| | ~Stream () |
| | Stream (const Stream &) |
| Stream & | operator= (const Stream &) |
| bool | queryIfComplete () |
| void | waitForCompletion () |
| void | enqueueDownload (const GpuMat &src, CudaMem &dst) |
| | downloads asynchronously.
|
| void | enqueueDownload (const GpuMat &src, Mat &dst) |
| void | enqueueUpload (const CudaMem &src, GpuMat &dst) |
| | uploads asynchronously.
|
| void | enqueueUpload (const Mat &src, GpuMat &dst) |
| void | enqueueCopy (const GpuMat &src, GpuMat &dst) |
| void | enqueueMemSet (GpuMat &src, Scalar val) |
| void | enqueueMemSet (GpuMat &src, Scalar val, const GpuMat &mask) |
| void | enqueueConvert (const GpuMat &src, GpuMat &dst, int type, double a=1, double b=0) |
| | operator bool () const |
Static Public Member Functions |
| static Stream & | Null () |
Friends |
| struct | StreamAccessor |
Constructor & Destructor Documentation
Member Function Documentation
downloads asynchronously.
| cv::gpu::Stream::operator bool |
( |
| ) |
const |
Friends And Related Function Documentation
The documentation for this class was generated from the following file: