Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
How Can I Vectorize 4 nested loop to do a task between an image and a mask of it
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!