Feeds
回答済み
vectorize operation on image processing
solved it! final=I; final(bw==1)=255;
vectorize operation on image processing
solved it! final=I; final(bw==1)=255;
7年以上 前 | 0
| 採用済み
質問
vectorize operation on image processing
Hi! I want to vectorize the variable final on this code : for i = 1:sz1 for j = 1:sz2 if (bw(i,j)==1) ...
7年以上 前 | 1 件の回答 | 0