From 50091091673588a1625683b2868e8c79e3f3e6be Mon Sep 17 00:00:00 2001 From: unknown <3591626+LaurentBerger@users.noreply.github.com> Date: Wed, 15 May 2024 16:16:07 +0200 Subject: [PATCH] typo --- modules/dnn/include/opencv2/dnn/dnn.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/dnn/include/opencv2/dnn/dnn.hpp b/modules/dnn/include/opencv2/dnn/dnn.hpp index 13cd175473..9d0c36d5fe 100644 --- a/modules/dnn/include/opencv2/dnn/dnn.hpp +++ b/modules/dnn/include/opencv2/dnn/dnn.hpp @@ -229,7 +229,7 @@ CV__DNN_INLINE_NS_BEGIN * @param[in] input vector of already allocated input blobs * @param[out] output vector of already allocated output blobs * - * If this method is called after network has allocated all memory for input and output blobs + * This method is called after network has allocated all memory for input and output blobs * and before inferencing. */ CV_DEPRECATED_EXTERNAL @@ -239,7 +239,7 @@ CV__DNN_INLINE_NS_BEGIN * @param[in] inputs vector of already allocated input blobs * @param[out] outputs vector of already allocated output blobs * - * If this method is called after network has allocated all memory for input and output blobs + * This method is called after network has allocated all memory for input and output blobs * and before inferencing. */ CV_WRAP virtual void finalize(InputArrayOfArrays inputs, OutputArrayOfArrays outputs);