aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEGaussianPyramid.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NEGaussianPyramid.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEGaussianPyramid.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/arm_compute/runtime/NEON/functions/NEGaussianPyramid.h b/arm_compute/runtime/NEON/functions/NEGaussianPyramid.h
index c82de0f4c2..f5a1272b53 100644
--- a/arm_compute/runtime/NEON/functions/NEGaussianPyramid.h
+++ b/arm_compute/runtime/NEON/functions/NEGaussianPyramid.h
@@ -42,7 +42,11 @@ class NEGaussianPyramidHorKernel;
class NEGaussianPyramidVertKernel;
class NEFillBorderKernel;
-/** Common interface for all Gaussian pyramid functions */
+/** Common interface for all Gaussian pyramid functions
+ *
+ * @deprecated This function is deprecated and is intended to be removed in 21.05 release
+ *
+ */
class NEGaussianPyramid : public IFunction
{
public:
@@ -81,6 +85,9 @@ protected:
* -# @ref NEGaussianPyramidHorKernel
* -# @ref NEGaussianPyramidVertKernel
*
+ * @deprecated This function is deprecated and is intended to be removed in 21.05 release
+ *
+ *
*/
class NEGaussianPyramidHalf : public NEGaussianPyramid
{
@@ -115,6 +122,9 @@ private:
* -# @ref NEGaussian5x5
* -# @ref NEScaleKernel
*
+ * @deprecated This function is deprecated and is intended to be removed in 21.05 release
+ *
+ *
*/
class NEGaussianPyramidOrb : public NEGaussianPyramid
{