Is it safe to manipulate UMat on a background thread?

asked 2015-06-22 12:36:59 -0600

rtepub gravatar image

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!

edit retag flag offensive close merge delete