Andreas Schuh
Andreas Schuh
This command is unfortunately still in development. In an initial experimental setup, I've linked to some MATLAB code for parts of it, e.g., the [Hungarian algorithm](https://github.com/BioMedIA/MIRTK/blob/9473b875d88413f3f6f8cec5e213c3ced82f3c2f/Modules/PointSet/src/SpectralDecomposition.cc#L297) and the Coherent Point...
Not yet. But I don't see what's the difference to having it downloaded via `git submodule`.
Well, it's not that I would not like to add it. It has always been on the TODO list. There is some basics in there, but not complete. Also, ExternalProject...
> What do you mean? For example in case of VTK, you (or `find_package` respectively) rely on the existence of the `VTKConfig.cmake` file. This file only exists after the build...
> But these steps are not performed before the actual build step. That's why I believe that Hunter has solved this by performing the download, configuration, and build of external...
For the purpose of the ThirdParty libs in MIRTK, I think it is sufficient to simply perform the download step by running "git clone" or CMake's `file(DOWNLOAD)` command during CMake...
> I saw it done for gtest and thought it could be applicable to zlib too. Of course you are right and it is possible as shown in this link...
- [ ] Document in ZLIB build instructions for Windows that the ZLIB library from the GnuWin32 project cannot be used! This is a prominent hit when searching the internet...
Hi Andrea, if your OS is Linux, try downloading the AppImage using this URL: https://bintray.com/schuhschuh/AppImages/download_file?file_path=MIRTK-2.1-pre2-x86_64-glibc2.14.AppImage
- [x] [HANDLE_POINTSETIO_OPTION](https://github.com/BioMedIA/MIRTK/blob/2cbee5c4be8e7f00b1761014fcf95aea27a7688f/Modules/IO/include/mirtk/PointSetIO.h#L57) macro to parse options. - [ ] Add common function to print [help of these options](https://github.com/BioMedIA/MIRTK/blob/2cbee5c4be8e7f00b1761014fcf95aea27a7688f/Applications/src/remesh-surface.cc#L97).