Skip to content
Snippets Groups Projects
Commit 0c25b5e6 authored by Nicola Vigano's avatar Nicola Vigano
Browse files

Segmentation: fixed wrapping problem

parent 2ee78353
No related branches found
No related tags found
No related merge requests found
......@@ -515,6 +515,7 @@ function sfWriteBlob(blob, stack, parameters)
% put z into reference of the dataset
blob_bb(3) = blob_bb(3) + stack.first - 1;
blob_bb(3) = mod(blob_bb(3), stack.totproj);
gtWriteBlobToHDF5(stack.difblobdir, blob.difblobID, blob_vol, blob_bb, blob_mask);
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment