diff options
-rw-r--r-- | src/ipa/rkisp1/algorithms/goc.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ipa/rkisp1/algorithms/goc.cpp b/src/ipa/rkisp1/algorithms/goc.cpp index 01331b65..65460eb4 100644 --- a/src/ipa/rkisp1/algorithms/goc.cpp +++ b/src/ipa/rkisp1/algorithms/goc.cpp @@ -64,11 +64,7 @@ int GammaOutCorrection::init(IPAContext &context, const YamlObject &tuningData) } /** - * \brief Configure the Gamma given a configInfo - * \param[in] context The shared IPA context - * \param[in] configInfo The IPA configuration data - * - * \return 0 + * \copydoc libcamera::ipa::Algorithm::configure */ int GammaOutCorrection::configure(IPAContext &context, [[maybe_unused]] const IPACameraSensorInfo &configInfo) |