Ask Your Question

MalfunctioningDroid's profile - activity

2018-01-17 09:09:55 -0600 commented question OpenCV OpenCL Thread Saftey - Deadlock (changing cv::Mat to UMat)

Tested and Working, Thanks!

2018-01-16 04:10:02 -0600 received badge  Editor (source)
2018-01-16 04:10:02 -0600 edited question OpenCV OpenCL Thread Saftey - Deadlock (changing cv::Mat to UMat)

OpenCV OpenCL Thread Saftey - Deadlock (changing cv::Mat to UMat) I've been converting an OpenCV program from using cv::

2018-01-15 14:25:02 -0600 commented question OpenCV OpenCL Thread Saftey - Deadlock (changing cv::Mat to UMat)

Built OpenCV with debug symbols and the issue was with acquiring a mutex Seems changing line 57 of UMatrix.cpp from: en

2018-01-12 07:31:36 -0600 commented question OpenCV OpenCL Thread Saftey - Deadlock (changing cv::Mat to UMat)

It should also be noted that the deadlocks occur with completely different UMats, it's not on the same data.

2018-01-12 07:25:37 -0600 commented question OpenCV OpenCL Thread Saftey - Deadlock (changing cv::Mat to UMat)

My code is completely fine. I'm not accessing the same data from a different thread at any time. I did not have any issu

2018-01-12 06:40:00 -0600 asked a question OpenCV OpenCL Thread Saftey - Deadlock (changing cv::Mat to UMat)

OpenCV OpenCL Thread Saftey - Deadlock (changing cv::Mat to UMat) I've been converting an OpenCV program from using cv::