Community Profile

photo

Sahil khandelwal


Last seen: plus d'un an il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

Feeds

Afficher par

Question


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

presque 2 ans il y a | 2 réponses | 0

2

réponses

Question


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

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 2 ans il y a | 1 réponse | 0

1

réponse