aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/kernels/NELKTrackerKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/NEON/kernels/NELKTrackerKernel.h')
-rw-r--r--arm_compute/core/NEON/kernels/NELKTrackerKernel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/core/NEON/kernels/NELKTrackerKernel.h b/arm_compute/core/NEON/kernels/NELKTrackerKernel.h
index f2105582eb..9a8947f9a0 100644
--- a/arm_compute/core/NEON/kernels/NELKTrackerKernel.h
+++ b/arm_compute/core/NEON/kernels/NELKTrackerKernel.h
@@ -45,6 +45,7 @@ struct NELKInternalKeypoint
bool tracking_status{ false }; /**< the tracking status of the keypoint */
};
+/** Interface for NEON Array of Internal Key Points. */
using INELKInternalKeypointArray = IArray<NELKInternalKeypoint>;
/** Interface for the Lucas-Kanade tracker kernel */