Feeds
提问
Please explain the following line
Its about threshold segmentation. th=t0+((max(inp(:))+min(inp(:)))./2);
3 years 前 | 2 个回答 | 0
2
个回答提问
Please explain the following code
%% watershed segmentation hy = fspecial('sobel'); hx = hy'; Iy = imfilter(double(sout), hy, 'replicate'); Ix = imfilter(doub...
3 years 前 | 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...
3 years 前 | 1 个回答 | 0