image processing with parallel approach

what are the different ways to parallel computing except parfor and GPU computing. Is there any other function available??

Answers (1)

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.

This question is closed.

Asked:

on 22 Feb 2012

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!