aboutsummaryrefslogtreecommitdiff
path: root/tests/validation_old/ReferenceCPP.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation_old/ReferenceCPP.h')
-rw-r--r--tests/validation_old/ReferenceCPP.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/validation_old/ReferenceCPP.h b/tests/validation_old/ReferenceCPP.h
index 3203196b5d..039d0b627e 100644
--- a/tests/validation_old/ReferenceCPP.h
+++ b/tests/validation_old/ReferenceCPP.h
@@ -44,26 +44,6 @@ namespace validation
class ReferenceCPP final : public Reference
{
public:
- /** Function to compute reference sobel 3x3.
- *
- * @param[in] src Input tensor.
- * @param[in] dst_x Result tensor along x axis
- * @param[in] dst_y Result tensor along y axis
- * @param[in] border_mode Border mode to use for input tensor
- * @param[in] constant_border_value Constant value to use if @p border_mode is constant
- *
- */
- static void sobel_3x3(RawTensor &src, RawTensor &dst_x, RawTensor &dst_y, BorderMode border_mode, uint8_t constant_border_value);
- /** Function to compute reference sobel 5x5.
- *
- * @param[in] src Input tensor.
- * @param[in] dst_x Result tensor along x axis
- * @param[in] dst_y Result tensor along y axis
- * @param[in] border_mode Border mode to use for input tensor
- * @param[in] constant_border_value Constant value to use if @p border_mode is constant
- *
- */
- static void sobel_5x5(RawTensor &src, RawTensor &dst_x, RawTensor &dst_y, BorderMode border_mode, uint8_t constant_border_value);
/** Function to compute reference Harris corners.
*
* @param[in] src Input tensor