Skip to content
Snippets Groups Projects
Commit 7c59eb43 authored by Mathieu Deltorre's avatar Mathieu Deltorre
Browse files

*Corrections

parent fc12df85
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ namespace otb
m_LowerThresholdDelta = itk::NumericTraits<InputPixelType>::NonpositiveMin();
m_UpperThresholdDelta = itk::NumericTraits<InputPixelType>::max();
m_ReplaceValue = itk::NumericTraits<OutputPixelType>::One;
m_ReplaceValue = 5;//itk::NumericTraits<OutputPixelType>::One;
}
/** Region growing
......
......@@ -72,7 +72,7 @@ namespace otb
{
typename PointSetType::PointType pCoordinate = (itList.Value());
typename InputImageType::IndexType index;
index[0] = static_cast <int> (pCoordinate[0]);
index[1] = static_cast <int> (pCoordinate[1]);
if (outputImage->GetPixel(index) ==
......
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