Skip to content
GitLab
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
7237f9f9
Commit
7237f9f9
authored
Aug 11, 2016
by
Floris Berendsen
Browse files
BUG: Solved that current version of transformix throws exception if output is not ready
parent
19b7d1ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Components/Elastix/include/selxMonolithicTransformix.hxx
View file @
7237f9f9
...
...
@@ -114,7 +114,7 @@ namespace selx
int
MonolithicTransformixComponent
<
Dimensionality
,
TPixel
>::
Set
(
elastixTransformParameterObjectInterfaceType
*
component
)
{
auto
transformParameterObject
=
component
->
GetTransformParameterObject
();
//
auto transformParameterObject = component->GetTransformParameterObject();
// connect the itk pipeline
// Due to the fact that elastixfilter returns a Null object we cannot use it as a pipeline
//this->m_transformixFilter->SetTransformParameterObject(transformParameterObject);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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