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

tentative de correction pb de tests sous visual

parent d85557d4
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,10 @@ namespace otb
ImageToLuminanceImageFilter<TInputImage, TOutputImage>
::ImageToLuminanceImageFilter()
{
m_Alpha.Fill(0);
m_Beta.Fill(0);
m_Alpha.SetSize(4);
m_Alpha.Fill(1.);
m_Beta.SetSize(4);
m_Beta.Fill(0.);
}
......
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