Community Profile

photo

Sahil khandelwal


Last seen: mer än ett år ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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

nästan 2 år 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...

nästan 2 år 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...

nästan 2 år ago | 1 answer | 0

1

answer