Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

image processing with parallel approach

1 vue (au cours des 30 derniers jours)
priyam ghosh
priyam ghosh le 22 Fév 2012
Clôturé : MATLAB Answer Bot le 20 Août 2021
what are the different ways to parallel computing except parfor and GPU computing. Is there any other function available??

Réponses (1)

Edric Ellis
Edric Ellis le 22 Fév 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.

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by