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