Community Profile

photo

Mehadi Hasan


Last seen: más de 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
find 8 neighbours in image
I = imread('2.png') ; I = rgb2gray(I) ; [y,x] = find(I) ; % 8 nearest neighbors [ny,nx] = size(I) ; [X,Y] = meshgrid(1:1x,1...

más de 2 años hace | 0