Andreas Schuh
Andreas Schuh
Use [pybind11](http://pybind11.readthedocs.io/en/stable/) instead of `cffi` to bind C++11 code which uses `std::atomic` instead of GNU GCC built-in functions. Can be built with any C++11 compiler, including MSVC on Windows. See...
Posted this first in https://github.com/AppImage/AppImageKit/issues/432, i.e., wrong project. `generate_appimage ` in `https://raw.githubusercontent.com/AppImage/AppImages/master/functions.sh` sets `GLIBC_NEEDED` before first use (`rm` old output): ```bash rm ../out/$APP"-"$VERSION".glibc"$GLIBC_NEEDED"-"$ARCH".AppImage" 2>/dev/null || true GLIBC_NEEDED=${GLIBC_NEEDED:=$(glibc_needed)} ./AppImageAssistant ./$APP.AppDir/ ../out/$APP"-"$VERSION".glibc"$GLIBC_NEEDED"-"$ARCH".AppImage"...
After switching to VTK 7.1.1, the AppImage is broken due to missing shared library dependencies, namely VTK.
For each connected label boundary, find closest points on surface. Use region growing on surface from which cells should be deleted while pruning when distance to label boundary exceeds the...
This PR is also used to test the CI builds. These passed for #733 even though a clear compilation error was present in `SurfaceCollisions.cc` (cf. a8026d289b812fa1b6a54384b897331070bb659c).
On Windows, paths should be converted to use backward slashes. Is this really necessary?!? https://github.com/BioMedIA/MIRTK/blob/a8026d289b812fa1b6a54384b897331070bb659c/Applications/CMakeLists.txt#L34
The `invert-dof` tool, when given a cubic B-spline FFD as input, will approximate the inverse dense displacement field with a cubic B-spline FFD with the same control point grid as...
See https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4118832/.
See https://www.fil.ion.ucl.ac.uk/spm/doc/books/hbf2/pdfs/Ch4.pdf.