Feeds
답변 있음
How to get x,y coordinates of each pixels in a connected component ??
[x,y]=size(I2); [~,y2]=size(st.PixelIdxList); for i=1:y2 locs(i,1)=rem(st.PixelIdxList{1,i}(1),x); locs(i,2)=fix(st....
How to get x,y coordinates of each pixels in a connected component ??
[x,y]=size(I2); [~,y2]=size(st.PixelIdxList); for i=1:y2 locs(i,1)=rem(st.PixelIdxList{1,i}(1),x); locs(i,2)=fix(st....
거의 5년 전 | 0
