|
|
@ -305,6 +305,9 @@ public: |
|
|
|
//! returns true if GpuMat data is NULL
|
|
|
|
//! returns true if GpuMat data is NULL
|
|
|
|
CV_WRAP bool empty() const; |
|
|
|
CV_WRAP bool empty() const; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// returns pointer to cuda memory
|
|
|
|
|
|
|
|
CV_WRAP void* cudaPtr() const; |
|
|
|
|
|
|
|
|
|
|
|
//! internal use method: updates the continuity flag
|
|
|
|
//! internal use method: updates the continuity flag
|
|
|
|
CV_WRAP void updateContinuityFlag(); |
|
|
|
CV_WRAP void updateContinuityFlag(); |
|
|
|
|
|
|
|
|
|
|
@ -681,6 +684,9 @@ public: |
|
|
|
//! returns true if stream object is not default (!= 0)
|
|
|
|
//! returns true if stream object is not default (!= 0)
|
|
|
|
operator bool_type() const; |
|
|
|
operator bool_type() const; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//! return Pointer to CUDA stream
|
|
|
|
|
|
|
|
CV_WRAP void* cudaPtr() const; |
|
|
|
|
|
|
|
|
|
|
|
class Impl; |
|
|
|
class Impl; |
|
|
|
|
|
|
|
|
|
|
|
private: |
|
|
|
private: |
|
|
|