Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperElastix
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Mirrors
SuperElastix
Commits
86714c10
Commit
86714c10
authored
Jan 26, 2018
by
Floris Berendsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: enabled itkRegistration components for 3D by default
parent
a3348c94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
Modules/Components/itkImageRegistrationMethodv4/include/selxModuleItkImageRegistrationMethodv4.h
...Methodv4/include/selxModuleItkImageRegistrationMethodv4.h
+11
-1
No files found.
Modules/Components/itkImageRegistrationMethodv4/include/selxModuleItkImageRegistrationMethodv4.h
View file @
86714c10
...
...
@@ -36,15 +36,25 @@ namespace selx
{
using
ModuleItkImageRegistrationMethodv4Components
=
selx
::
TypeList
<
ItkImageRegistrationMethodv4Component
<
2
,
float
,
double
>
,
ItkImageRegistrationMethodv4Component
<
3
,
float
,
double
>
,
ItkANTSNeighborhoodCorrelationImageToImageMetricv4Component
<
2
,
float
>
,
ItkANTSNeighborhoodCorrelationImageToImageMetricv4Component
<
3
,
float
>
,
ItkMeanSquaresImageToImageMetricv4Component
<
2
,
float
,
double
>
,
ItkMeanSquaresImageToImageMetricv4Component
<
3
,
float
,
double
>
,
ItkGradientDescentOptimizerv4Component
<
double
>
,
ItkGaussianExponentialDiffeomorphicTransformComponent
<
double
,
2
>
,
ItkGaussianExponentialDiffeomorphicTransformComponent
<
double
,
3
>
,
ItkGaussianExponentialDiffeomorphicTransformParametersAdaptorsContainerComponent
<
2
,
double
>
,
ItkGaussianExponentialDiffeomorphicTransformParametersAdaptorsContainerComponent
<
3
,
double
>
,
ItkAffineTransformComponent
<
double
,
2
>
,
ItkAffineTransformComponent
<
double
,
3
>
,
ItkTransformDisplacementFilterComponent
<
2
,
float
,
double
>
,
ItkTransformDisplacementFilterComponent
<
3
,
float
,
double
>
,
ItkResampleFilterComponent
<
2
,
float
,
double
>
,
ItkResampleFilterComponent
<
3
,
float
,
double
>
,
ItkTransformSourceComponent
<
2
,
double
>
,
ItkTransformSinkComponent
<
2
,
double
>
ItkTransformSourceComponent
<
3
,
double
>
,
ItkTransformSinkComponent
<
2
,
double
>
,
ItkTransformSinkComponent
<
3
,
double
>
>
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment