Feeds
질문
Please explain the following line
Its about threshold segmentation. th=t0+((max(inp(:))+min(inp(:)))./2);
3년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0