I've implemented a GetSubImage
function in order to extract a portion of an image. I use SetROI
, Copy
, and ResetROI
. But this not works when Parallel Tasks are using the same image because of the SetROI
is not parallelizable.
Any other way to extract portion of an image that can run concurrent?