Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit 7634013

Browse files
tbirdsodzenanz
authored andcommitted
ENH: Bump ITK and change http to https
1 parent f9db4b9 commit 7634013

42 files changed

Lines changed: 54 additions & 54 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## See: https://clang.llvm.org/docs/ClangFormatStyleOptions.html for details of each option
55
##
66
## The clang-format binaries can be downloaded as part of the clang binary distributions
7-
## from http://releases.llvm.org/download.html
7+
## from https://releases.llvm.org/download.html
88
##
99
## Use the script Utilities/Maintenance/clang-format.bash to faciliate
1010
## maintaining a consistent code style.

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Apache License
33
Version 2.0, January 2004
4-
http://www.apache.org/licenses/
4+
https://www.apache.org/licenses/
55

66
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
77

@@ -193,7 +193,7 @@
193193
you may not use this file except in compliance with the License.
194194
You may obtain a copy of the License at
195195

196-
http://www.apache.org/licenses/LICENSE-2.0
196+
https://www.apache.org/licenses/LICENSE-2.0
197197

198198
Unless required by applicable law or agreed to in writing, software
199199
distributed under the License is distributed on an "AS IS" BASIS,

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ ITKVariationalRegistration
2020
Overview
2121
--------
2222

23-
This is a module for the `Insight Toolkit (ITK) <http://itk.org>`_ that
23+
This is a module for the `Insight Toolkit (ITK) <https://itk.org>`_ that
2424
provides a fexible framework for deformable registration of two images using
2525
PDE-based variational registration.
2626

27-
For more information, see the `Insight Journal article <http://hdl.handle.net/10380/3460>`_::
27+
For more information, see the `Insight Journal article <https://hdl.handle.net/10380/3460>`_::
2828

2929
Schmidt-Richberg A., Werner R., Handels H., Ehrhardt J.
3030
A Flexible Variational Registration Framework
3131
The Insight Journal. January-December. 2014.
32-
http://hdl.handle.net/10380/3460
33-
http://www.insight-journal.org/browse/publication/917
32+
https://hdl.handle.net/10380/3460
33+
https://www.insight-journal.org/browse/publication/917
3434

3535
This work was motivated by the following publication::
3636

include/itkContinuousBorderWarpImageFilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* you may not use this file except in compliance with the License.
77
* You may obtain a copy of the License at
88
*
9-
* http://www.apache.org/licenses/LICENSE-2.0.txt
9+
* https://www.apache.org/licenses/LICENSE-2.0.txt
1010
*
1111
* Unless required by applicable law or agreed to in writing, software
1212
* distributed under the License is distributed on an "AS IS" BASIS,

include/itkContinuousBorderWarpImageFilter.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* you may not use this file except in compliance with the License.
77
* You may obtain a copy of the License at
88
*
9-
* http://www.apache.org/licenses/LICENSE-2.0.txt
9+
* https://www.apache.org/licenses/LICENSE-2.0.txt
1010
*
1111
* Unless required by applicable law or agreed to in writing, software
1212
* distributed under the License is distributed on an "AS IS" BASIS,

include/itkVariationalDiffeomorphicRegistrationFilter.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* you may not use this file except in compliance with the License.
77
* You may obtain a copy of the License at
88
*
9-
* http://www.apache.org/licenses/LICENSE-2.0.txt
9+
* https://www.apache.org/licenses/LICENSE-2.0.txt
1010
*
1111
* Unless required by applicable law or agreed to in writing, software
1212
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -69,7 +69,7 @@ namespace itk
6969
* For details see:
7070
* - Alexander Schmidt-Richberg, Rene Werner, Heinz Handels and Jan Ehrhardt:
7171
* <i>A Flexible Variational Registration Framework</i>, Insight Journal, 2014
72-
* http://hdl.handle.net/10380/3460
72+
* https://hdl.handle.net/10380/3460
7373
* - Rene Werner, Alexander Schmidt-Richberg, Heinz Handels and Jan Ehrhardt:
7474
* <i>Estimation of lung motion fields in 4D CT data by variational non-linear
7575
* intensity-based registration: A comparison and evaluation study</i>,

include/itkVariationalDiffeomorphicRegistrationFilter.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* you may not use this file except in compliance with the License.
77
* You may obtain a copy of the License at
88
*
9-
* http://www.apache.org/licenses/LICENSE-2.0.txt
9+
* https://www.apache.org/licenses/LICENSE-2.0.txt
1010
*
1111
* Unless required by applicable law or agreed to in writing, software
1212
* distributed under the License is distributed on an "AS IS" BASIS,

include/itkVariationalRegistrationCurvatureRegularizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* you may not use this file except in compliance with the License.
77
* You may obtain a copy of the License at
88
*
9-
* http://www.apache.org/licenses/LICENSE-2.0.txt
9+
* https://www.apache.org/licenses/LICENSE-2.0.txt
1010
*
1111
* Unless required by applicable law or agreed to in writing, software
1212
* distributed under the License is distributed on an "AS IS" BASIS,

include/itkVariationalRegistrationCurvatureRegularizer.hxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* you may not use this file except in compliance with the License.
77
* You may obtain a copy of the License at
88
*
9-
* http://www.apache.org/licenses/LICENSE-2.0.txt
9+
* https://www.apache.org/licenses/LICENSE-2.0.txt
1010
*
1111
* Unless required by applicable law or agreed to in writing, software
1212
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -178,7 +178,7 @@ VariationalRegistrationCurvatureRegularizer<TDisplacementField>::InitializeCurva
178178

179179
//
180180
// different methods for the DCT are available in FFTW
181-
// (look here: http://www.fftw.org/doc/Real_002dto_002dReal-Transforms.html)
181+
// (look here: https://www.fftw.org/doc/Real_002dto_002dReal-Transforms.html)
182182
//
183183
// We use the FFTW_REDFT01 and FFTW_REDFT10 transform (fast), unsure what the correct choice is
184184
//
@@ -307,7 +307,7 @@ VariationalRegistrationCurvatureRegularizer<TDisplacementField>::Regularize()
307307

308308
//
309309
// Compute normalization factor of DCT
310-
// see (http://www.fftw.org/doc/1d-Real_002deven-DFTs-_0028DCTs_0029.html)
310+
// see (https://www.fftw.org/doc/1d-Real_002deven-DFTs-_0028DCTs_0029.html)
311311
RealTypeFFT normalizationFactor = 1.0 / m_TotalSize;
312312
for (unsigned int dim = 0; dim < ImageDimension; ++dim)
313313
{

include/itkVariationalRegistrationDemonsFunction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* you may not use this file except in compliance with the License.
77
* You may obtain a copy of the License at
88
*
9-
* http://www.apache.org/licenses/LICENSE-2.0.txt
9+
* https://www.apache.org/licenses/LICENSE-2.0.txt
1010
*
1111
* Unless required by applicable law or agreed to in writing, software
1212
* distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)