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

ENH: Automatic move of files to module Detection/RoadExtraction

parent 58af48ce
Branches
Tags
No related merge requests found
......@@ -27,6 +27,8 @@ otbVectorDataToRoadDescriptionFilter.cxx
otbSimplifyManyPathListFilter.cxx
otbNeighborhoodScalarProductFilter.cxx
otbDrawPathAlign.cxx
otbBreakAngularPathListFilter.cxx
otbBreakAngularPathListFilterNew.cxx
)
add_executable(otbRoadExtractionTestDriver ${OTBRoadExtractionTests})
......@@ -227,3 +229,5 @@ otb_add_test(NAME feTvDrawPathTestAlign COMMAND otbRoadExtractionTestDriver
${INPUTDATA}/DeuxTraits.png
${TEMP}/feDrawPathAlignDeuxTraits.png)
otb_add_test(NAME feTuBreakAngularPathListFilterNew COMMAND otbPathTestDriver
otbBreakAngularPathListFilterNew)
......@@ -27,4 +27,6 @@ void RegisterTests()
REGISTER_TEST(otbSimplifyManyPathListFilter);
REGISTER_TEST(otbNeighborhoodScalarProductFilter);
REGISTER_TEST(otbDrawPathAlign);
REGISTER_TEST(otbBreakAngularPathListFilter);
REGISTER_TEST(otbBreakAngularPathListFilterNew);
}
......@@ -25,11 +25,9 @@ otbOrientationPathNew.cxx
otbDrawPathFilterNew.cxx
otbPolyLineImageConstIterator.cxx
otbRegionImageToRectangularPathListFilter.cxx
otbBreakAngularPathListFilter.cxx
otbVectorizationPathListFilter.cxx
otbPathListToPathListFilterNew.cxx
otbPathListToHistogramGeneratorNew.cxx
otbBreakAngularPathListFilterNew.cxx
otbCompacityPathNew.cxx
otbClosePathFunctor.cxx
otbPolyLineImageIterator.cxx
......@@ -231,8 +229,6 @@ otb_add_test(NAME coTuPathListToPathListFilterNew COMMAND otbPathTestDriver
otb_add_test(NAME coTuPathListToHistogramGeneratorNew COMMAND otbPathTestDriver
otbPathListToHistogramGeneratorNew)
otb_add_test(NAME feTuBreakAngularPathListFilterNew COMMAND otbPathTestDriver
otbBreakAngularPathListFilterNew)
otb_add_test(NAME feTuCompacityPathNew COMMAND otbPathTestDriver
otbCompacityPathNew)
......
......@@ -24,11 +24,9 @@ void RegisterTests()
REGISTER_TEST(otbDrawPathFilterNew);
REGISTER_TEST(otbPolyLineImageConstIterator);
REGISTER_TEST(otbRegionImageToRectangularPathListFilter);
REGISTER_TEST(otbBreakAngularPathListFilter);
REGISTER_TEST(otbVectorizationPathListFilter);
REGISTER_TEST(otbPathListToPathListFilterNew);
REGISTER_TEST(otbPathListToHistogramGeneratorNew);
REGISTER_TEST(otbBreakAngularPathListFilterNew);
REGISTER_TEST(otbCompacityPathNew);
REGISTER_TEST(otbClosePathFunctor);
REGISTER_TEST(otbPolyLineImageIterator);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment