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

rebuilt matlabPollDB.exe

parent 32eec65f
Branches
No related tags found
No related merge requests found
function bMitosis=checkMitosis(p,c1,c2,CONSTANTS,imCache)
bMitosis=~Ensemble.bCellsOverlap(p,c1,size(imCache.im)) || ~Ensemble.bCellsOverlap(p,c2,size(imCache.im));
bMitosis=true;
return
% bMitosis=~Ensemble.bCellsOverlap(p,c1,size(imCache.im)) || ~Ensemble.bCellsOverlap(p,c2,size(imCache.im));
4;
\ No newline at end of file
......@@ -15,7 +15,7 @@ if sensitivity>1 && round(sensitivity)==sensitivity
lm=multithresh(imLog,sensitivity);
bwLog=logical(imLog>lm(end));
bwLog=Segment.aiAreaOpen(bwLog,2*min_radius_pixels);
lm=multithresh(im,sensitivity)
lm=multithresh(im,sensitivity);
bw=logical(im>lm(end));
bw=Segment.aiAreaOpen(bw,min_radius_pixels);
return;
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment