Skip to content
Snippets Groups Projects
Commit 154e6540 authored by Eric Wait's avatar Eric Wait
Browse files

Don't create mitosis on primary graph edits

parent eaa2fa1d
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ for i=1:size
sibling = CellTracks(parentTrackID).hulls(siblingHullIndex);
parentCosts(j) = parentCosts(j) + Tracker.SiblingDistance(childHullID,sibling);
end
if ( GraphEdits(parentHullCandidates(j),childHullID) > 0 )
if ( GraphEdits(parentHullCandidates(j),childHullID) > 1 )
parentCosts(j) = costMatrix(parentHullCandidates,childHullID);
end
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