https://github.com/SuperElastix/elastix
Raw File
Tip revision: b41eb0747905d314bab1ab209a01ad12d3ea8922 authored by Niels Dekker on 21 March 2024, 11:51:46 UTC
ENH: Add elastix parameter "UseSamplingForGroupwiseRegistration"
Tip revision: b41eb07
.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