visp
visp copied to clipboard
Replace vpThread by std::thread when c++11 enabled
When c++11 is enabled we should replace all the vpThread usage with std::thread
Identified in:
- modules/core/include/visp3/core/vpImage.h
- tutorial/detection/face/tutorial-face-detector-live-threaded.cpp
- tutorial/grabber/tutorial-grabber-opencv-threaded.cpp
- tutorial/grabber/tutorial-grabber-v4l2-threaded.cpp
- example/device/framegrabber/grabRealSense.cpp
- ...
@fspindle Yeah thought of doing so as it is fast also and in a process of replacing with some other changes related to the multithreading but encountered problem in testing it.