aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/NEON/HarrisCorners.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/NEON/HarrisCorners.cpp')
-rw-r--r--tests/validation/NEON/HarrisCorners.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/validation/NEON/HarrisCorners.cpp b/tests/validation/NEON/HarrisCorners.cpp
index b8d791774f..3474a96f8f 100644
--- a/tests/validation/NEON/HarrisCorners.cpp
+++ b/tests/validation/NEON/HarrisCorners.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017, 2018 ARM Limited.
+ * Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -46,9 +46,9 @@ namespace validation
namespace
{
/* Allowed percentage of keypoints missing for target */
-float allowed_missing_percentage = 10.f;
+const float allowed_missing_percentage = 10.f;
/* Allowed percentage of keypoints mismatching between target and reference */
-float allowed_mismatch_percentage = 10.f;
+const float allowed_mismatch_percentage = 10.f;
const auto use_fp16 = framework::dataset::make("UseFP16",
{