Info

この質問は閉じられています。 編集または回答するには再度開いてください。

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

1 回表示 (過去 30 日間)
eng had
eng had 2020 年 5 月 19 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 件のコメント
darova
darova 2020 年 5 月 20 日
Yes, see my previous post
eng had
eng had 2020 年 5 月 20 日
I dont see any sliding window in your code line? you apply the process in the whole image at the same time

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by