photo

Sergio Arango


Last seen: 18 días hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
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....

más de 3 años hace | 0