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 + )