Skip to content
Snippets Groups Projects
Commit 569f0f7a authored by ac_22's avatar ac_22
Browse files

frameSegment - took out clone killing hole filling

parent 814ee91a
No related branches found
No related tags found
No related merge requests found
......@@ -89,9 +89,9 @@ end
% allocateShake (below) assigns each discarded pixel to it's closest
% touching segmentation using a morphological region fill
bw=Segment.aiAreaOpen(bw,min_radius_pixels);
if ~segParams.isPhase
bw=bw|imfill(bw,'holes');
end
% if ~segParams.isPhase
% bw=bw|imfill(bw,'holes');
% end
bw2=bw;
bPhaseReduce=segParams.isPhase || segParams.bCytoplasmic;
% if prod(size(im))>1e9
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment