unibas-gravis / scalismo-faces

Scalable Image Analysis and Shape Modelling: Module to work with 2d images, with a focus on face images
Apache License 2.0
118 stars 27 forks source link

Upgrade to new scalismo version #133

Closed Andreas-Forster closed 3 years ago

Andreas-Forster commented 4 years ago

This PR upgrades the library to work with the new version of Scalismo v0.90-RC1.

This PR might cause some changes also in the user code of people using this library. Given that the usability and clarity of a lot of concepts within scalismo improved, we think it justifies the investment switching to the newer version.

Andreas-Forster commented 4 years ago

Thank you for your feedback. I resorted now in most cases to solutions that work in scala pre and post 2.13. Only a helper function to zipping three sequences now remained in the specialized code.

I combined the last four commits to one such that the changes are cleaner and the splitting and merging of the code are removed.