Merge pull request #25594 from LaurentBerger:I25587

typo
pull/25598/head
Alexander Smorkalov 8 months ago committed by GitHub
commit 78ed6de518
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      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[in] input vector of already allocated input blobs
* @param[out] output vector of already allocated output 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. * and before inferencing.
*/ */
CV_DEPRECATED_EXTERNAL CV_DEPRECATED_EXTERNAL
@ -239,7 +239,7 @@ CV__DNN_INLINE_NS_BEGIN
* @param[in] inputs vector of already allocated input blobs * @param[in] inputs vector of already allocated input blobs
* @param[out] outputs vector of already allocated output 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. * and before inferencing.
*/ */
CV_WRAP virtual void finalize(InputArrayOfArrays inputs, OutputArrayOfArrays outputs); CV_WRAP virtual void finalize(InputArrayOfArrays inputs, OutputArrayOfArrays outputs);

Loading…
Cancel
Save