Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

1 Ansicht (letzte 30 Tage)
eng had
eng had am 19 Mai 2020
Geschlossen: MATLAB Answer Bot am 20 Aug. 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 Kommentare
eng had
eng had am 20 Mai 2020
I dont see any sliding window in your code line? you apply the process in the whole image at the same time

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by