Skip to content
Snippets Groups Projects
Commit 499ea3a9 authored by Eric Wait's avatar Eric Wait
Browse files

Use the new brighten image function for mip images

parent 5c399009
Branches
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ if (~exist('im','var') || isempty(im))
end
else
MipFullIm = im;
imMIP = max(MipFullIm,[],3);
imMIP = max(ImUtils.BrightenImages(MipFullIm),[],3);
end
colors = MicroscopeData.Colors.GetChannelColors(imD);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment