Skip to content
Snippets Groups Projects
Commit f201f300 authored by Julien Michel's avatar Julien Michel
Browse files

STY

parent ba09479a
Branches
Tags
No related merge requests found
......@@ -221,8 +221,8 @@ FineRegistrationImageFilter<TInputImage,TOutputCorrelation,TOutputDeformationFie
fixedPtr->TransformIndexToPhysicalPoint(ulIndex,ulPoint);
// Apply default offset
lrPoint+=m_InitialOffset;
ulPoint+=m_InitialOffset;
lrPoint += m_InitialOffset;
ulPoint += m_InitialOffset;
// Transform back into moving region index space
IndexType movingIndex1, movingIndex2, movingIndex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment