Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

image processing with parallel approach

1 visualizzazione (ultimi 30 giorni)
priyam ghosh
priyam ghosh il 22 Feb 2012
Chiuso: MATLAB Answer Bot il 20 Ago 2021
what are the different ways to parallel computing except parfor and GPU computing. Is there any other function available??

Risposte (1)

Edric Ellis
Edric Ellis il 22 Feb 2012
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.

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by