From f89a49f7bdd8d03400060488596c8757745e19cf Mon Sep 17 00:00:00 2001 From: John Richardson Date: Tue, 5 Sep 2017 11:21:56 +0100 Subject: COMPMID-503: Move MinMaxLocation to new validation Change-Id: I2d518b3a3f15e2c4786488593dac244c1d74a0f9 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/86533 Tested-by: Kaizen Reviewed-by: Moritz Pflanzer --- tests/validation_old/ReferenceCPP.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'tests/validation_old/ReferenceCPP.h') diff --git a/tests/validation_old/ReferenceCPP.h b/tests/validation_old/ReferenceCPP.h index 2f02afc30e..b04d5e331f 100644 --- a/tests/validation_old/ReferenceCPP.h +++ b/tests/validation_old/ReferenceCPP.h @@ -83,17 +83,6 @@ public: */ static void harris_corners(RawTensor &src, RawTensor &Gx, RawTensor &Gy, const RawTensor &candidates, const RawTensor &non_maxima, float threshold, float min_dist, float sensitivity, int32_t gradient_size, int32_t block_size, KeyPointArray &corners, BorderMode border_mode, uint8_t constant_border_value); - /** Function to compute the min max values and their location in a tensor. - * - * @param[in] src Input tensor. - * @param[out] min Minimum value of the tensor. - * @param[out] max Maximum value of the tensor - * @param[out] min_loc Array with locations of minimum values - * @param[out] max_loc Array with locations of maximum values - * @param[out] min_count Number of minimum values found - * @param[out] max_count Number of maximum values found - */ - static void min_max_location(const RawTensor &src, void *min, void *max, IArray &min_loc, IArray &max_loc, uint32_t &min_count, uint32_t &max_count); /** Function to compute the integral image of a tensor. * * @param[in] src Input tensor. -- cgit v1.2.1