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

Commit

Permalink
ENH: Add groupwise affine transform and groupwise PCA metric 1 and 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspermarstal committed May 11, 2016
1 parent 0bd9e90 commit 468e171
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions SuperBuild/External_Elastix.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ ExternalProject_Add( ${proj}
-DUSE_AdvancedMattesMutualInformationMetric:BOOL=ON
-DUSE_AdvancedMeanSquaresMetric:BOOL=ON
-DUSE_AdvancedNormalizedCorrelationMetric:BOOL=ON
-DUSE_AffineDTITransformElastix:BOOL=ON
-DUSE_AffineDTITransformElastix:BOOL=ON
-DUSE_AffineLogStackTransform:BOOL=ON
-DUSE_AffineLogTransformElastix=ON
-DUSE_BSplineInterpolator:BOOL=ON
-DUSE_BSplineInterpolatorFloat:BOOL=ON
-DUSE_BSplineResampleInterpolator:BOOL=ON
Expand Down Expand Up @@ -69,7 +71,9 @@ ExternalProject_Add( ${proj}
-DUSE_NearestNeighborInterpolator:BOOL=ON
-DUSE_NearestNeighborResampleInterpolator:BOOL=ON
-DUSE_NormalizedGradientCorrelationMetric:BOOL=ON
-DUSE_NormalizedMutualInformationMetric:BOOL=ON
-DUSE_NormalizedMutualInformationMetric:BOOL=ON
-DUSE_PCAMetric:BOOL=ON
-DUSE_PCAMetric2:BOOL=ON
-DUSE_PatternIntensityMetric:BOOL=ON
-DUSE_PolydataDummyPenalty:BOOL=ON
-DUSE_Powell:BOOL=ON
Expand Down

0 comments on commit 468e171

Please sign in to comment.