Skip to content
Snippets Groups Projects
Commit 8ea81df1 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

MRG

parent b35f1837
No related branches found
No related tags found
No related merge requests found
......@@ -1039,6 +1039,19 @@ ADD_TEST(feTpSimplifyManyPathListFilter ${FEATUREEXTRACTION_TESTS11}
1.0
)
# ------- otb::TextureFunctorBase -------------
ADD_TEST(feTvTextureFunctorBase ${FEATUREEXTRACTION_TESTS11}
--compare-image ${EPS}
${BASELINE}/feTvTextureFunctorBase.tif
${TEMP}/feTvTextureFunctorBase.tif
otbTextureFunctorBase
${INPUTDATA}/poupees_sub.png
${TEMP}/feTvTextureFunctorBase.tif
5 # radius
-2 # offset[0]
2 # offset[1]
)
# ------- otb::EnergyTextureFunctor -------------
ADD_TEST(feTvEnergyTextureFunctor ${FEATUREEXTRACTION_TESTS11}
--compare-image ${EPS}
......@@ -1284,6 +1297,7 @@ otbCloudEstimatorFilter.cxx
otbCloudDetectionFilterNew.cxx
otbCloudDetectionFilter.cxx
otbSimplifyManyPathListFilter.cxx
otbTextureFunctorBase.cxx
otbEnergyTextureFunctor.cxx
otbEntropyTextureFunctor.cxx
otbInverseDifferenceMomentTextureFunctor.cxx
......
......@@ -33,6 +33,7 @@ REGISTER_TEST(otbCloudEstimatorFilter);
REGISTER_TEST(otbCloudDetectionFilterNew);
REGISTER_TEST(otbCloudDetectionFilter);
REGISTER_TEST(otbSimplifyManyPathListFilter);
REGISTER_TEST(otbTextureFunctorBase);
REGISTER_TEST(otbEnergyTextureFunctor);
REGISTER_TEST(otbEntropyTextureFunctor);
REGISTER_TEST(otbInverseDifferenceMomentTextureFunctor);
......
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