image processing with parallel approach
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
what are the different ways to parallel computing except parfor and GPU computing. Is there any other function available??
Respuestas (1)
Edric Ellis
el 22 de Feb. de 2012
1 voto
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.
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!