Skip to content
Snippets Groups Projects
Commit 24c79d02 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

TEST:modify local rx parameters

parent 4b8463fe
Branches
Tags
No related merge requests found
...@@ -177,6 +177,8 @@ ADD_TEST(tuLocalRXDetectorNew ...@@ -177,6 +177,8 @@ ADD_TEST(tuLocalRXDetectorNew
ADD_TEST(tvLocalRXDetector ADD_TEST(tvLocalRXDetector
${TESTEXE_DIR}/otbAnomalyTests1 ${TESTEXE_DIR}/otbAnomalyTests1
LocalRXDetectorTest LocalRXDetectorTest
${DATA}//home/grizonnetm/OTB/Dev/Hyperspectral/Data/CupriteSubHsi/cupriteSubHsi.tif ${DATA}/CupriteSubHsi/cupriteSubHsi.tif
${TEMP}/localRXCupriteSubHsi.tif ${TEMP}/localRXCupriteSubHsi.tif
7
1
) )
...@@ -34,10 +34,10 @@ int LocalRXDetectorTest(int argc, char * argv[]) ...@@ -34,10 +34,10 @@ int LocalRXDetectorTest(int argc, char * argv[])
/////////// PARAMETERS /////////// /////////// PARAMETERS ///////////
const char * filename = "cupriteSubHsi.tif"; //argv[1]; const char * filename = argv[1];
const char * outputFilename = "test.tif"; //argv[2]; const char * outputFilename = argv[2];
const int externalRadius = 7; //atoi(argv[3]); const int externalRadius = atoi(argv[3]);
const int internalRadius = 1; //atoi(argv[4]); const int internalRadius = atoi(argv[4]);
//////// RX Filtering ///////// //////// RX Filtering /////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment