BioMedIA / MIRTK

The Medical Image Registration ToolKit (MIRTK), the successor of the IRTK, contains common CMake build configuration files, core libraries, and basic command-line tools. Extension packages are hosted by the MIRTK GitHub group at
https://github.com/MIRTK
Apache License 2.0
186 stars 71 forks source link

Error in using the invert-dof #775

Open jinny369 opened 3 years ago

jinny369 commented 3 years ago

Hi professors, I have some problems when typing the command of mirtk help invert-dof in the terminal window. Some message indicates that /opt/mirtk/lib/tools/invert-dof: error using while loading shared libraries: libMIRTKImage.so.0. However, I have checked and found the libMIRTKImage.so.0 in the lib file of /opt/mirtk/. The other commands like register and transform-image, run OK. Please help to resove this probelm. Thanks so much for your times.

schuhschuh commented 2 years ago

Are you executing commands using the mirtk entry point, i.e., mirtk invert-dof?