vivalib library
Concurrent C++11 OpenCV library for Computer Vision applications
|
#include <viva.h>
Public Member Functions | |
thread_guard (std::thread &t_) | |
thread_guard (thread_guard const &)=delete | |
thread_guard & | operator= (thread_guard const &)=delete |
Thread safe guard created to ensure all threads are joing when exiting their scope.