Community Profile

photo

Sahil khandelwal


Last seen: más de 1 año hace Con actividad desde 2022

Followers: 0   Following: 0

Estadísticas

Feeds

Ver por

Pregunta


Please explain the following line
Its about threshold segmentation. th=t0+((max(inp(:))+min(inp(:)))./2);

casi 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Please explain the following code
%% watershed segmentation hy = fspecial('sobel'); hx = hy'; Iy = imfilter(double(sout), hy, 'replicate'); Ix = imfilter(doub...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Can somebody explain the following code ?
Please explain the following code. sout=imresize(inp,[256,256]); t0=60; th=t0+((max(inp(:))+min(inp(:)))./2); for i=1:1:size...

casi 2 años hace | 1 respuesta | 0

1

respuesta