필터 지우기
필터 지우기

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