imene mannou
Followers: 0 Following: 0
signal and image processing
Feeds
답변 있음
how can i perform operations on the basis of image location?
result=I; result(:,:)=1; for i=1:length(x) result(x(i),y(i))=0; end
how can i perform operations on the basis of image location?
result=I; result(:,:)=1; for i=1:length(x) result(x(i),y(i))=0; end
10년 초과 전 | 0