image processing with parallel approach
Info
This question is closed. Reopen it to edit or answer.
Show older comments
what are the different ways to parallel computing except parfor and GPU computing. Is there any other function available??
Answers (1)
Edric Ellis
on 22 Feb 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.
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!