Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有用于填充甜甜圈的精美 MATLAB 函数?我在将甜甜圈与附近的垃圾合并的以下两个功能时遇到问题。
image = bwmorph(image,'close'); image = bwmorph(image,'dilate');
充满imfill。鉴于您的二进制图像被称为mry
imfill
m
locations= sub2ind(size(m), 100, 80); m2 = imfill(m,locations);
好胃口