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!