Here is the code in matlab: % Read image im = imread('https://i.s.. ... 'global'); % Threshold with Otsu's method [y, x] = ind2sub(size(imbw), find(imbw)); ...
確定! 回上一頁