aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLHOGDetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLHOGDetector.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLHOGDetector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/runtime/CL/functions/CLHOGDetector.h b/arm_compute/runtime/CL/functions/CLHOGDetector.h
index 0b4fad7766..1587836938 100644
--- a/arm_compute/runtime/CL/functions/CLHOGDetector.h
+++ b/arm_compute/runtime/CL/functions/CLHOGDetector.h
@@ -55,7 +55,7 @@ public:
*
* @attention The function does not reset the number of values in @ref IDetectionWindowArray so it is caller's responsibility to clear it.
*
- * @param[in] input Input tensor. It is the output of @ref NEHOGDescriptor. Data type supported: F32
+ * @param[in] input Input tensor. It is the output of @ref CLHOGDescriptor. Data type supported: F32
* @param[in] hog HOG data-object that describes the HOG descriptor
* @param[out] detection_windows Array of @ref DetectionWindow used to store the detected objects
* @param[in] detection_window_stride Distance in pixels between 2 consecutive detection windows in x and y directions.