From 4268fbe011fb5303eaf1baaf6750ee8577577580 Mon Sep 17 00:00:00 2001 From: John Richardson Date: Tue, 29 Aug 2017 11:22:35 +0100 Subject: COMPMID-501: Move IntegralImage to new validation Change-Id: I57ba1bc57831a2f0b5db729fab768fcd580c1cfe Reviewed-on: http://mpd-gerrit.cambridge.arm.com/86717 Tested-by: Kaizen Reviewed-by: Moritz Pflanzer --- tests/validation_old/Reference.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests/validation_old/Reference.h') diff --git a/tests/validation_old/Reference.h b/tests/validation_old/Reference.h index 153986d82a..34bbac6c0a 100644 --- a/tests/validation_old/Reference.h +++ b/tests/validation_old/Reference.h @@ -74,13 +74,6 @@ public: */ static KeyPointArray compute_reference_harris_corners(const TensorShape &shape, float threshold, float min_dist, float sensitivity, int32_t gradient_size, int32_t block_size, BorderMode border_mode, uint8_t constant_border_value); - /** Compute reference integral image. - * - * @param[in] shape Shape of the input and output tensors. - * - * @return Computed raw tensor. - */ - static RawTensor compute_reference_integral_image(const TensorShape &shape); /** Compute reference absolute difference. * * @param[in] shape Shape of the input and output tensors. -- cgit v1.2.1