Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
SuperElastix
Commits
0fe3b0bf
Commit
0fe3b0bf
authored
Mar 29, 2017
by
Floris Berendsen
Browse files
ENH: switched to gitlab version of niftyreg SuperElastix/SuperElastix#33
parent
bc012a8f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Modules/Components/Niftyreg/include/selxNiftyregf3dComponent.hxx
View file @
0fe3b0bf
...
...
@@ -75,8 +75,8 @@ void
Niftyregf3dComponent
<
TPixel
>
::
RunRegistration
()
{
this
->
m_reg_f3d
->
UseSSD
(
0
,
true
);
this
->
m_reg_f3d
->
UseCubicSplineInterpolation
();
//
this->m_reg_f3d->UseSSD( 0, true );
//
this->m_reg_f3d->UseCubicSplineInterpolation();
this
->
m_reg_f3d
->
Run
();
nifti_image
**
outputWarpedImage
=
m_reg_f3d
->
GetWarpedImage
();
...
...
Modules/Components/Niftyreg/test/selxNiftyregComponentTest.cxx
View file @
0fe3b0bf
...
...
@@ -80,9 +80,9 @@ TEST_F( NiftyregComponentTest, Register2d )
blueprint
->
SetComponent
(
"Controller"
,
{
{
"NameOfClass"
,
{
"RegistrationControllerComponent"
}
}
}
);
blueprint
->
SetConnection
(
"FixedImage"
,
"RegistrationMethod"
,
{
{}
}
);
//{
{ "NameOfInterface", { "NiftyregReferenceImageInterface" } } }
blueprint
->
SetConnection
(
"MovingImage"
,
"RegistrationMethod"
,
{
{}
}
);
//{
{ "NameOfInterface", { "NiftyregFloatingImageInterface" } } }
blueprint
->
SetConnection
(
"RegistrationMethod"
,
"ResultImage"
,
{
{}
});
//{ { "NameOfInterface", { "NiftyregWarpedImageInterface" } } }
blueprint
->
SetConnection
(
"FixedImage"
,
"RegistrationMethod"
,
{
{
"NameOfInterface"
,
{
"NiftyregReferenceImageInterface"
}
}
}
);
blueprint
->
SetConnection
(
"MovingImage"
,
"RegistrationMethod"
,
{
{
"NameOfInterface"
,
{
"NiftyregFloatingImageInterface"
}
}
}
);
blueprint
->
SetConnection
(
"RegistrationMethod"
,
"ResultImage"
,
{
{}
});
//{ { "NameOfInterface", { "NiftyregWarpedImageInterface" } } }
);
blueprint
->
SetConnection
(
"RegistrationMethod"
,
"Controller"
,
{
{}
}
);
blueprint
->
SetConnection
(
"ResultImage"
,
"Controller"
,
{
{}
});
...
...
SuperBuild/ExternalNiftyreg.cmake
View file @
0fe3b0bf
...
...
@@ -19,8 +19,8 @@
set
(
proj Niftyreg
)
set
(
NIFTYREG_GIT_REPOSITORY http://
git.code.sf.net/p
/niftyreg
/
git
)
set
(
NIFTYREG_GIT_TAG
d9c6607f254443
ed
7
27
67e057da8e7f911dd5deb
)
set
(
NIFTYREG_GIT_REPOSITORY http
s
://
cmiclab.cs.ucl.ac.uk/mmodat
/niftyreg
.
git
)
set
(
NIFTYREG_GIT_TAG
fc526c152fd5eac
ed27
1d1d6de7c16661b2abd3e
)
ExternalProject_Add
(
${
proj
}
GIT_REPOSITORY
${
NIFTYREG_GIT_REPOSITORY
}
...
...
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