Skip to content
Snippets Groups Projects
Commit 9ddba0f1 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

Orthofusion

parent cb10c813
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,8 @@ namespace otb
m_MultiplyFilter = MultiplyFilterType::New();
m_Radius.Fill(1);
m_Filter.SetSize(3*3);
m_Radius.Fill(3);
m_Filter.SetSize(7*7);
m_Filter.Fill(1);
m_DivideFilter->SetInput2(m_ConvolutionFilter->GetOutput());
......
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