Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How Can I Vectorize 4 nested loop to do a task between an image and a mask of it

1 visualización (últimos 30 días)
eng had
eng had el 19 de Mayo de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
for i=B:n-B
for j=B:m-B
SubFeaArr=[];
imm(i-B+1:i+B-1,j-B+1:j+B-1) = im(i-B+1:i+B-1,j-B+1:j+B-1)+1;
end
end
  4 comentarios
eng had
eng had el 20 de Mayo de 2020
I dont see any sliding window in your code line? you apply the process in the whole image at the same time

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by