From f9e2b3508c1f2c6305776d039523c2936f52bf6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C5=BEenan=20Zuki=C4=87?= Date: Fri, 2 Nov 2018 10:48:54 -0400 Subject: [PATCH] ENH: adding new remote modules: Montage and BSplineGradient Change-Id: I04f24d03a1102909e23a27ca240a08504976d662 --- Modules/Remote/BSplineGradient.cmake | 5 +++++ Modules/Remote/Montage.remote.cmake | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 Modules/Remote/BSplineGradient.cmake create mode 100644 Modules/Remote/Montage.remote.cmake diff --git a/Modules/Remote/BSplineGradient.cmake b/Modules/Remote/BSplineGradient.cmake new file mode 100644 index 00000000000..dc07041402b --- /dev/null +++ b/Modules/Remote/BSplineGradient.cmake @@ -0,0 +1,5 @@ +itk_fetch_module(BSplineGradient + "Approximate an image's gradient from a b-spline fit to its intensity." + GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKBSplineGradient.git + GIT_TAG 0081829a2bc67c46a12b2315a55866892423646e +) diff --git a/Modules/Remote/Montage.remote.cmake b/Modules/Remote/Montage.remote.cmake new file mode 100644 index 00000000000..88b876b6c7d --- /dev/null +++ b/Modules/Remote/Montage.remote.cmake @@ -0,0 +1,6 @@ +# Contact: Dženan Zukić +itk_fetch_module(Montage +"Reconstruction of 3D volumetric dataset from a collection of 2D slices" + GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKMontage.git + GIT_TAG adc26dfe60384a512bd4993bd9a1fab872e9597f + )