From fc2817dc0436ef2d5064df0a061aafd3d324d894 Mon Sep 17 00:00:00 2001 From: Giorgio Arena Date: Tue, 27 Jun 2017 17:26:37 +0100 Subject: COMPMID-424 NEON/CL Harris Corners validation tests. Change-Id: I82d2a73f515a8d45d16b9ddb702fea51ae05c82e Reviewed-on: http://mpd-gerrit.cambridge.arm.com/79687 Tested-by: Kaizen Reviewed-by: Moritz Pflanzer --- tests/validation/Validation.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/validation/Validation.h') diff --git a/tests/validation/Validation.h b/tests/validation/Validation.h index 43a90f378e..993a3c360e 100644 --- a/tests/validation/Validation.h +++ b/tests/validation/Validation.h @@ -181,6 +181,12 @@ void validate_min_max_loc(T min, T ref_min, T max, T ref_max, BOOST_TEST(same_coords != ref_max_loc.buffer() + max_count); } } + +/** Validate KeyPoint arrays. + * + * - All values should match + */ +void validate(IArray &target, IArray &ref); } // namespace validation } // namespace test } // namespace arm_compute -- cgit v1.2.1