Andreas Schuh
Andreas Schuh
Closes #691.
See IRTK's [labelStats](https://github.com/BioMedIA/IRTK/blob/06d1a6d651433395ef0f4f7fb5fa15ae25dc0a64/applications/labelStats.cc). (CC @soundray)
The deployment of the AppImage under version `master` fails every 365 days after the publishing date of this version. Each year, the version must be deleted and created again to...
The Bash completion script for `mirtk` would be handy to have when using the AppImage from bintray...
For now, Instead of documenting all options, provide at least some example scripts... - [x] Symmetric SVFFD registration script, conversion to SVF - [ ] Inverse consistent registration using SVFFD...
Common options for commands that write point sets to VTK files: ``` cpp if (OPTION("-ascii" ) || OPTION("-nobinary")) ascii = true; else if (OPTION("-binary") || OPTION("-noascii" )) ascii = false;...
The `evaluate-surface-overlap` command currently uses FLANN directly if available. Instead, it should use the `mirtk::PointLocator` which wraps the external FLANN library. When necessary, rather extend the `mirtk::PointLocator`.
Building FLANN 1.8.4 with Visual Studio 2015 (and apparently also earlier versions, including the minimum required version to build MIRTK itself, i.e., VS 2013) produces a compiler error. The solution...
Comments from @ledigchr by email: The installation page is currently a bit less clear. Perhaps it would be good to provide an example of how to build mirtk without understanding...
Add table of registration parameters with brief description to online documentation.