Skip to content
Snippets Groups Projects
Commit 8ff4eb8d authored by Patrick Imbo's avatar Patrick Imbo
Browse files

Validation de la classe Align

parent 77dc2106
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ template <class TInputImage, class TInputPath,class TOutputImage>
DrawPathFilter<TInputImage,TInputPath,TOutputImage>
::DrawPathFilter()
{
m_PathValue = static_cast<OutputImagePixelType>(15.0);
m_PathValue = static_cast<OutputImagePixelType>(250.0);
}
......
......@@ -59,8 +59,11 @@ ADD_TEST(feTuDrawPathTestCarre ${FEATUREEXTRACTION_TESTS}
otbDrawPathDessinCarre
${INPUTDATA}/DeuxTraits.png
${TEMP}/feDrawPathDessinCarre.png)
ADD_TEST(feTuDrawPathTestAlign ${FEATUREEXTRACTION_TESTS}
otbDrawPathAlign
${INPUTDATA}/DeuxTraits.png
${TEMP}/feDrawPathAlignDeuxTraits.png)
ADD_TEST(feTuTestFLST ${FEATUREEXTRACTION_TESTS}
otbTestFLST
......@@ -84,6 +87,7 @@ otbAlignImageToPath.cxx
otbFlstTest.cxx
otbDrawPathList.cxx
otbDrawPath.cxx
otbDrawPathAlign.cxx
)
......
......@@ -16,4 +16,6 @@ REGISTER_TEST(otbFlstTest);
REGISTER_TEST(otbDrawPathList);
REGISTER_TEST(otbDrawPathListTracerLignes);
REGISTER_TEST(otbDrawPathDessinCarre);
REGISTER_TEST(otbDrawPathAlign);
}
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