Hi All
I created two models and was trying to get model to model distance. The following error came up.
Model To Model Distance standard error:
dyld: Library not loaded: /Volumes/Dashboards/Support/qt-everywhere-build-5.10.0/lib/QtSql.framework/Versions/5/QtSql
Referenced from: /Applications/Slicer.app/Contents/Extensions-28349/ModelToModelDistance/lib/Slicer-4.11/cli-modules/libModelToModelDistanceLib.dylib
Reason: image not found
Also - I am trying to create a sequence of models registered to one other-with a transform sequence and an output sequence - Is this possible
Thanks Professor @lassoan
With windows slicer nightly - I don’t get the error. SO probably its Mac related. However I don’t know how to get the distance in numbers or created model sequence/ transformation sequence,.
The simplest is to go through the sequence item by item and perform the computation you need. If you have many sequences or many time points then you can automate the process using a short Python script.