Skip to content
Snippets Groups Projects
Commit 95838369 authored by actb's avatar actb
Browse files

allocateShake - use aiAreaOpen on allocated image

parent 0da7f3ab
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ idx=unique(LX(bw));
% the boundary image, remove the connected components not from bw (e.g.
% bw2 only)
bwBoundary=bwBoundary&ismember(LX,idx);
bwBoundary=Segment.aiAreaOpen(bw,min_radius_pixels);
bwBoundary=Segment.aiAreaOpen(bwBoundary,min_radius_pixels);
% now, the boundary has been resent, label that and done
[L,num]=bwlabeln(bwBoundary);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment