aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLEqualizeHistogram.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLEqualizeHistogram.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLEqualizeHistogram.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/arm_compute/runtime/CL/functions/CLEqualizeHistogram.h b/arm_compute/runtime/CL/functions/CLEqualizeHistogram.h
index 79c18fae9f..d907cfb092 100644
--- a/arm_compute/runtime/CL/functions/CLEqualizeHistogram.h
+++ b/arm_compute/runtime/CL/functions/CLEqualizeHistogram.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016-2019 ARM Limited.
+ * Copyright (c) 2016-2020 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -54,6 +54,13 @@ public:
* @param[out] output Output of same data type with equalized brightness and contrast.
*/
void configure(const ICLImage *input, ICLImage *output);
+ /** Initialise the kernel's inputs.
+ *
+ * @param[in] compile_context The compile context to be used.
+ * @param[in] input Input image. Data types supported: U8.
+ * @param[out] output Output of same data type with equalized brightness and contrast.
+ */
+ void configure(const CLCompileContext &compile_context, const ICLImage *input, ICLImage *output);
// Inherited methods overridden:
void run() override;