Ask Your Question

rtepub's profile - activity

2015-10-24 08:22:38 -0600 received badge  Student (source)
2015-06-22 12:41:03 -0600 asked a question Is it safe to manipulate UMat on a background thread?

Just wanted to verify if it is safe to manipulate OpenCV 3.0's cv::UMat from a background thread, or if I need to be careful with that as the it may be performing (gpu related) operations that need to be conducted from the main thread.

Thanks!