How can I use blockproc (inbuilt function in image processing) function in parallel environment directly?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
varun rao
le 19 Jan 2016
Réponse apportée : Walter Roberson
le 19 Jan 2016
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 commentaires
Réponse acceptée
Walter Roberson
le 19 Jan 2016
At the end of the blockproc() call, add
'UseParallel', true
to the argument list.
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!