Skip to content
Snippets Groups Projects
Commit 2c0fb86e authored by Cédric Traizet's avatar Cédric Traizet
Browse files

BUG: flip the correlation vector at the end of the computations when the...

BUG: flip the correlation vector at the end of the computations when the number of bands is different
parent 029210d4
No related branches found
No related tags found
No related merge requests found
......@@ -266,6 +266,8 @@ MultivariateAlterationDetectorImageFilter<TInputImage, TOutputImage>
sign2.set_diagonal(aux5);
sign2 = sign2.apply(&SignOfValue);
m_V2 = m_V2 * sign2;
m_Rho.flip();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment