What does the parameter "nstripes" mean in paralell_for_() function in OpenCV3? From my initial search, I found the following points. 1. "Specifying proper nstripes can be crucial for good performance" says the OpenCV3 presentation in CVPR 2015. 2. Browsing the source files, I found that this parameter is passed to the underlying pthreads wrapper. 3. Most importantly, this parameter cannot exceed the size of the first parameter Range passed to parallel_for_