Page MenuHomePhabricator

Fiber Tracking - Crash on images with one slice
Closed, ResolvedPublic

Description

Thrwo exception or itkWarning

Event Timeline

New remote branch pushed: bug-15416-InvalidParticleGridWith2DImages

The problem was in the Particle Grid generator. During generation it has been assumed that each position has 8 neighbors which is not the case for a 2D-image.

As a fix each neighbor is added twice for a 2D image (to get 8 neighbors).

[cef801]: Merge branch 'bug-15416-InvalidParticleGridWith2DImages'

Merged commits:

2013-06-26 15:47:31 Michael Goetz [f181fc]
Added condition to check for dimensions with size 1