Community Profile

photo

Sahil khandelwal


Last seen: 1 year ago Active since 2022

Statistics

Content Feed

View by

Question


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

2 years ago | 2 answers | 0

2

answers

Question


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

2 years ago | 1 answer | 0

1

answer

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

2 years ago | 1 answer | 0

1

answer