Skip to content
Snippets Groups Projects
Commit 280c120e authored by Andrew Cohen's avatar Andrew Cohen
Browse files

defaults for FrameSegment_dpFUCCI

parent 1b5da9c1
No related branches found
No related tags found
No related merge requests found
function Cells=FrameSegment_dpFUCCI(conn, t,CONSTANTS,args) function Cells=FrameSegment_dpFUCCI(conn, t,CONSTANTS,args)
Cells=[]; Cells=[];
segParams=[]; segParams=[];
segParams.draw=true; segParams.draw=false;
segParams.minimumRadius_um=15; segParams.minimumRadius_um=10;
segParams.channels=1; segParams.channels=1;
if nargin==4 if nargin==4
segParams=Segment.getParams(segParams,args); segParams=Segment.getParams(segParams,args);
...@@ -14,7 +13,6 @@ end ...@@ -14,7 +13,6 @@ end
global DRAW global DRAW
DRAW=segParams.draw; DRAW=segParams.draw;
tic; tic;
resolution_um=CONSTANTS.imageData.PixelPhysicalSize(1); % um per pixel resolution_um=CONSTANTS.imageData.PixelPhysicalSize(1); % um per pixel
...@@ -86,7 +84,7 @@ for n=1:num ...@@ -86,7 +84,7 @@ for n=1:num
end end
tElapsed=toc; tElapsed=toc;
fprintf(1,'segmented frame %d found %d hulls, time=%f\n',t,chan,length(Cells),tElapsed); fprintf(1,'segmented frame %d found %d hulls, time=%f\n',t,length(Cells),tElapsed);
if DRAW if DRAW
title([num2str(tElapsed,'%0.0f') 'seconds']); title([num2str(tElapsed,'%0.0f') 'seconds']);
drawnow drawnow
......
Source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
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