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

threshold bw uses aiAreaOpen bFill

parent 34231a27
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ else
end
bwLog=Segment.aiAreaOpen(bwLog,2*min_radius_pixels);
bw=Segment.aiAreaOpen(bw,min_radius_pixels);
bw=Segment.aiAreaOpen(bw,min_radius_pixels,true);
4;
function [bw,bwLog]=phaseThreshold(im,bwLog,min_radius_pixels,segParams,...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment