NIRALUser / GROUPS

Group wise registration for 3d-models
Apache License 2.0
0 stars 11 forks source link

BUG: Fix running with new vtk files #41

Closed Connor-Bowley closed 1 year ago

Connor-Bowley commented 1 year ago

Updates MeshLib to version that fixes a bug where newer .vtk files would be read incorrectly, causing a segfault in RigidAlignment.

Pointing this to the new slicersalt fork of MeshLib so we can get this fix into SALT while https://github.com/ilwoolyu/MeshLib/issues/12 is being sorted out.

cc @vicory

jcfr commented 1 year ago

Based feedback collected in https://github.com/ilwoolyu/MeshLib/issues/12, we should look into removing the use of MeshLib and instead adopt (and/or update) equivalent VTK filters.