CIMAS icon indicating copy to clipboard operation
CIMAS copied to clipboard

Cardiac Image Multi-Atlas Segmentation pipeline (CIMAS)

Results 4 CIMAS issues
Sort by recently updated
recently updated
newest added

The MIRTK "register" command replaces the obsolete IRTK prreg binary: ``` mirtk register target-landmarks.vtk source-landmarks.vtk \ -dofout out.dof -model Rigid \ -par "Point set correspondence" "Closest point" ``` However, when...

You can use the [smooth-surface](http://mirtk.github.io/commands/smooth-surface) command of MIRTK to perform Laplacian smoothing of surface node positions (or scalar data...). It appears that ```python os.system("surface_smooth {0} {0} 500 -relaxation 0.01".format(mesh_fit)) ```...

The MIRTK includes the "resample" command from IRTK as [resample-image](http://mirtk.github.io/commands/resample-image.html) command.

Hi @baiwenjia, nice project! I just thought I'd drop a note that users running **macOS** or **Ubuntu** may also [download the MIRTK "view" binary](https://bintray.com/schuhschuh/generic/MIRTKViewer/view) (i.e., rview with slight changes which...