image processing with parallel approach
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
what are the different ways to parallel computing except parfor and GPU computing. Is there any other function available??
Antworten (1)
Edric Ellis
am 22 Feb. 2012
1 Stimme
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.
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!