image processing with parallel approach
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
what are the different ways to parallel computing except parfor and GPU computing. Is there any other function available??
0 个评论
回答(1 个)
Edric Ellis
2012-2-22
1 个投票
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.
0 个评论
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!