image processing with parallel approach
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
what are the different ways to parallel computing except parfor and GPU computing. Is there any other function available??
Réponses (1)
Edric Ellis
le 22 Fév 2012
1 vote
The other options are:
- Non-interactive jobs and tasks
- SPMD blocks
- Intrinsic support e.g. during fmincon and other optimization toolbox functions
None of the above have any specific support for image processing though.
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!