This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* parallel_for_() example. | |
* Paints 8 stripes to different colors in a 80x80 image in parallel. | |
* @OpenCVTip on Twitter | |
**/ | |
#include <opencv2/opencv.hpp> | |
using namespace cv; |