Skip to content
Snippets Groups Projects
Commit 03cc7bd9 authored by Mark Winter's avatar Mark Winter
Browse files

Lowered minimum volume for hematopoietic segmentation.

parent be65c16e
Branches
Tags
No related merge requests found
function HematoSegmentation() function HematoSegmentation()
global CONSTANTS CellHulls global CONSTANTS CellHulls
eccentricity = 1.0; eccentricity = 1.0;
minVol = 200; minVol = 75;
try try
system(['del .\segmentationData\' CONSTANTS.datasetName '*.TIF_seg.txt']); system(['del .\segmentationData\' CONSTANTS.datasetName '*.TIF_seg.txt']);
catch errorMessage catch errorMessage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment