How can I use blockproc (inbuilt function in image processing) function in parallel environment directly?
1 回表示 (過去 30 日間)
古いコメントを表示
How can I use blockproc inbuilt function in image processing, in parallel environment directly? Suppose image has 4 blocks then I want each block of image must be executed parallelly in 4 cores of my computer.
0 件のコメント
採用された回答
Walter Roberson
2016 年 1 月 19 日
At the end of the blockproc() call, add
'UseParallel', true
to the argument list.
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!