OpenHeartDevelopers / CemrgApp

An Interactive Medical Imaging Platform with Image Processing and Computer Vision Toolkits for Cardiovascular Research.
http://www.cemrgapp.com
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Return to using original VMTK instead of fork? #82

Open JostMigenda opened 5 months ago

JostMigenda commented 5 months ago

We are temporarily using a forked version of VMTK; see CemrgApp/CMakeExternals/VMTK.cmake. However, it looks like the main repo of VMTK is somewhat active again. Notably, there appears to have been a release v1.5.0 which upgraded the VTK/ITK dependencies; it’s also available under that version on conda-forge, though there’s no tag/release on the GitHub repo.

Since it may not be a good use of our resources to maintain our own fork of VMTK indefinitely, we should check whether we can return to using the official VMTK release (and upstream any essential changes we’ve made).