Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentBerger authored and klatism committed May 17, 2024
1 parent 41b2287 commit ebb62cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/dnn/include/opencv2/dnn/dnn.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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);
Expand Down

0 comments on commit ebb62cc

Please sign in to comment.