oesteban / RegSeg

RegSeg is a simultaneous segmentation and registration method that uses active contours without edges (ACWE) extracted from structural images. The contours evolve through a free-form deformation field supported by the B-spline basis to optimally map the contours onto the data in the target space.
MIT License
12 stars 9 forks source link

Check real-brain cases where ANTS is failing in the FMm-to-T1w registration #200

Closed oesteban closed 9 years ago

oesteban commented 9 years ago

Ex. HCP249947, HCP683256

oesteban commented 9 years ago

Seems like I set a very greedy parameter for the step size in registration. Lowering it from 2.0 to 1.0 in HCP683256 solves this problem. I apply this and then check results again.

oesteban commented 9 years ago

Apparently, the new parameter solves this issue. Close