Community Profile

photo

Sahil khandelwal


Last seen: 2年弱 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


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

2年弱 前 | 2 件の回答 | 0

2

回答

質問


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

2年弱 前 | 1 件の回答 | 0

1

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答