Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Modules/Remote/BSplineGradient.cmake
Original file line number Diff line number Diff line change
@@ -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
)
6 changes: 6 additions & 0 deletions Modules/Remote/Montage.remote.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Contact: Dženan Zukić <dzenan.zukic@kitware.com>
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
)