Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 468e171

Browse files
committed
ENH: Add groupwise affine transform and groupwise PCA metric 1 and 2
1 parent 0bd9e90 commit 468e171

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

SuperBuild/External_Elastix.cmake

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ ExternalProject_Add( ${proj}
2727
-DUSE_AdvancedMattesMutualInformationMetric:BOOL=ON
2828
-DUSE_AdvancedMeanSquaresMetric:BOOL=ON
2929
-DUSE_AdvancedNormalizedCorrelationMetric:BOOL=ON
30-
-DUSE_AffineDTITransformElastix:BOOL=ON
30+
-DUSE_AffineDTITransformElastix:BOOL=ON
31+
-DUSE_AffineLogStackTransform:BOOL=ON
32+
-DUSE_AffineLogTransformElastix=ON
3133
-DUSE_BSplineInterpolator:BOOL=ON
3234
-DUSE_BSplineInterpolatorFloat:BOOL=ON
3335
-DUSE_BSplineResampleInterpolator:BOOL=ON
@@ -69,7 +71,9 @@ ExternalProject_Add( ${proj}
6971
-DUSE_NearestNeighborInterpolator:BOOL=ON
7072
-DUSE_NearestNeighborResampleInterpolator:BOOL=ON
7173
-DUSE_NormalizedGradientCorrelationMetric:BOOL=ON
72-
-DUSE_NormalizedMutualInformationMetric:BOOL=ON
74+
-DUSE_NormalizedMutualInformationMetric:BOOL=ON
75+
-DUSE_PCAMetric:BOOL=ON
76+
-DUSE_PCAMetric2:BOOL=ON
7377
-DUSE_PatternIntensityMetric:BOOL=ON
7478
-DUSE_PolydataDummyPenalty:BOOL=ON
7579
-DUSE_Powell:BOOL=ON

0 commit comments

Comments
 (0)