フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

image processing with parallel approach

1 回表示 (過去 30 日間)
priyam ghosh
priyam ghosh 2012 年 2 月 22 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
what are the different ways to parallel computing except parfor and GPU computing. Is there any other function available??

回答 (1 件)

Edric Ellis
Edric Ellis 2012 年 2 月 22 日
The other options are:
  1. Non-interactive jobs and tasks
  2. SPMD blocks
  3. Intrinsic support e.g. during fmincon and other optimization toolbox functions
None of the above have any specific support for image processing though.

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by