Ask Your Question

Danny Barash's profile - activity

2014-06-08 10:15:07 -0600 asked a question parallel for thread dependency

Hello everyone, Is it possible to configure "parallel_for_" thread dependency? For example, I would like to perform an operation on every pixel of a cv::Mat. Can I configure threads to be dependent of their left neighbor , so they'll start execute only after the left neighbor processing is done?

Thanks! Danny.