how to run nested for loop efficiently on 3d matrix ?

1 visualización (últimos 30 días)
Vinny
Vinny el 23 de En. de 2019
Comentada: Jan el 23 de En. de 2019
I have a big 3d matrix of size (2000,700,300) for which I want to run a nested for loop on .
the loop will be spatially only, meaning i goes 1:2000 and j 1:700 , pixel by pixel.
the thing is , it takes a very very long time.
is there a way to speed this up? I have tried parfor but it only makes it slower ...
i have a strong gpu if that helps.
also , I thought of using functions like nlfilter or blockproc , but they only take a picture of 1 or 3 dimensions as an argument.
  7 comentarios
Matt J
Matt J el 23 de En. de 2019
Editada: Matt J el 23 de En. de 2019
We really need a lot clearer an explanation. What is a "band"? What is the "window parameter"? Are you extracting some 3D sliding NxNxN neighborhood around each pixel? What calculations are done on the pixels within that neighborhood?
Jan
Jan el 23 de En. de 2019
@Vinny: Please post your code. How can the readers suggest an improvement without seeing the current state?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Loops and Conditional Statements en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by