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

TEST:modify RadiometricAttributesLabelMapFilterExample test parameter,...

TEST:modify RadiometricAttributesLabelMapFilterExample test parameter, SetReverseOrdering method is waiting for a boolean not a double as input
parent 9c8093b8
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ ADD_TEST(trTeOBIARadiometricAttributesLabelMapFilterTest ${EXE_TESTS}
${TEMP}/OBIARadiometricAttributes.tif
${TEMP}/qb_RoadExtract_Radiometry_pretty.png
STATS::Band1::Mean
0.0
0
0.5
16
16
......
......@@ -74,7 +74,7 @@ int main(int argc, char * argv[])
const char * outfname = argv[2];
const char * outprettyfname = argv[3];
const char * attr = argv[4];
double lowerThan = atof(argv[5]);
bool lowerThan = atoi(argv[5]);
double thresh = atof(argv[6]);
const unsigned int spatialRadius = atoi(argv[7]);
......
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