Commit 7d8915f9 authored by ctraizet's avatar ctraizet
Browse files

BUG: remove the -1 dimensionality, it is already done before

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -91,7 +91,7 @@ EigenvalueLikelihoodMaximisation<TInputImage>
break;
}
}
m_NumberOfEndmembers = iMax-1;
m_NumberOfEndmembers = iMax;
}
template <class TImage>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment