https://github.com/SuperElastix/elastix
Raw File
Tip revision: 7a7d9beae6c27bcd2ffa7a1ccc335be60fcdd8a9 authored by Niels Dekker on 15 August 2024, 09:16:40 UTC
DOC: Add a note on the order of matrix elements of `GridDirection`
Tip revision: 7a7d9be
.gitignore
# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

# Generated files and
help/
Makefile
CMakeFiles/
CTestTestfile.cmake
.idea/
.githooks/clangFormatMac
back to top