aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON/kernels/NENonMaximaSuppression3x3Kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/NEON/kernels/NENonMaximaSuppression3x3Kernel.h')
-rw-r--r--src/core/NEON/kernels/NENonMaximaSuppression3x3Kernel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/NEON/kernels/NENonMaximaSuppression3x3Kernel.h b/src/core/NEON/kernels/NENonMaximaSuppression3x3Kernel.h
index 7b0bc0c720..4194dac68e 100644
--- a/src/core/NEON/kernels/NENonMaximaSuppression3x3Kernel.h
+++ b/src/core/NEON/kernels/NENonMaximaSuppression3x3Kernel.h
@@ -34,7 +34,6 @@ class ITensor;
/** Interface to perform Non-Maxima suppression over a 3x3 window using Neon
*
- * @note Used by @ref NEFastCorners and @ref NEHarrisCorners
*/
class NENonMaximaSuppression3x3Kernel : public INEKernel
{