Skip to content
Snippets Groups Projects
Commit b7951bd8 authored by Sebastien Herbert's avatar Sebastien Herbert
Browse files

Parallelized findContour.m


Signed-off-by: default avatarsebherbert <sherbert@pasteur.fr>
parent 15041917
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ se =strel('disk', 1);
boundaries = cell( cc.NumObjects, 1 );
% Extend each boundary to the center of the ridge
for bioCell = 1 : cc.NumObjects
parfor bioCell = 1 : cc.NumObjects
% Exclude cells touching the image border.
% TODO elsewhere?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment