Ask Your Question

Reinier's profile - activity

2019-02-14 22:28:29 -0600 commented question Steal data ptr from Mat or GpuMat

Got it. But there is no post-hoc way to pass ownership of the data? (As a convenience)

2019-02-13 22:36:59 -0600 commented question Steal data ptr from Mat or GpuMat

That data pointer will be invalidated when the GpuMat is released because its refcount will go to 0 and the data will be

2019-02-13 22:33:35 -0600 commented question Steal data ptr from Mat or GpuMat

Thanks captain obvious

2019-02-13 11:42:09 -0600 asked a question Steal data ptr from Mat or GpuMat

Steal data ptr from Mat or GpuMat Hi, Is there a way for me to steal the data pointer of a cv::Mat or cv::cuda::GpuMat