Skip to content

Commit

Permalink
Updates MIRTK and SVRTK submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaroberts committed Nov 12, 2021
1 parent 75465e9 commit c8117be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MIRTK
2 changes: 1 addition & 1 deletion SVRTK
Submodule SVRTK updated 56 files
+ .DS_Store
+1 −0 .gitignore
+1 −0 BasisProject.cmake
+10 −7 CMakeLists.txt
+ additional_files/.DS_Store
+64 −0 docker/Dockerfile
+ include/.DS_Store
+0 −0 include/svrtk/MeanShift.h
+31 −46 include/svrtk/NLDenoising.h
+33 −0 include/svrtk/Profiling.h
+824 −928 include/svrtk/Reconstruction.h
+2 −2 include/svrtk/ReconstructionCardiac4D.h
+273 −273 include/svrtk/ReconstructionCardiacVelocity4D.h
+719 −719 include/svrtk/ReconstructionDWI.h
+806 −806 include/svrtk/ReconstructionFFD.h
+0 −0 include/svrtk/SphericalHarmonics.h
+10 −12 src/CMakeLists.txt
+25 −25 src/MeanShift.cc
+575 −664 src/NLDenoising.cc
+3,136 −4,737 src/Reconstruction.cc
+45 −45 src/ReconstructionCardiac4D.cc
+72 −72 src/ReconstructionCardiacVelocity4D.cc
+116 −115 src/ReconstructionDWI.cc
+103 −103 src/ReconstructionFFD.cc
+3 −3 src/SphericalHarmonics.cc
+ tools/.DS_Store
+15 −0 tools/CMakeLists.txt
+37 −37 tools/centre_volume.cc
+2 −2 tools/combine_patches.cc
+11 −11 tools/crop_volume.cc
+1 −1 tools/enlarge_image.cc
+5 −5 tools/extract-packages.cc
+1 −1 tools/filter_background.cc
+1 −1 tools/get-dt.cc
+1 −1 tools/get-middle-limits.cc
+1 −1 tools/get-t.cc
+1 −1 tools/initialise_volume.cc
+1 −1 tools/mask_volume.cc
+1 −1 tools/multiply_volumes.cc
+1 −1 tools/pad-3d.cc
+12 −12 tools/prepare-for-cnn.cc
+1 −1 tools/reconstruct-round.cc
+853 −1,466 tools/reconstruct.cc
+2 −2 tools/reconstructAngio.cc
+2 −2 tools/reconstructBody.cc
+4 −4 tools/reconstructCardiac.cc
+1 −1 tools/reconstructCardiacVelocity.cc
+2 −2 tools/reconstructDWI.cc
+2 −2 tools/reconstructMC.cc
+2 −2 tools/reconstructPlacenta.cc
+2 −2 tools/register_landmarks.cc
+148 −0 tools/resample-to-iso-grid.cc
+3 −3 tools/stacks-and-masks-selection.cc
+3 −3 tools/stacks-selection.cc
+1 −1 tools/transform-and-rename.cc
+2 −2 tools/weighted-average.cc

0 comments on commit c8117be

Please sign in to comment.