1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #25594 from LaurentBerger:I25587

typo
This commit is contained in:
Alexander Smorkalov
2024-05-16 08:46:56 +03:00
committed by GitHub
+2 -2
View File
@@ -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);