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!
1 | initial version |
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!