We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac4a7e commit 19c914dCopy full SHA for 19c914d
modules/dnn/include/opencv2/dnn/dnn.hpp
@@ -423,8 +423,8 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
423
* @param outputBlobs contains all output blobs for each layer specified in @p outBlobNames.
424
* @param outBlobNames names for layers which outputs are needed to get
425
*/
426
- void forward(std::vector<std::vector<Mat> >& outputBlobs,
427
- const std::vector<String>& outBlobNames);
+ CV_WRAP_AS(forwardAndRetrieve) void forward(CV_OUT std::vector<std::vector<Mat> >& outputBlobs,
+ const std::vector<String>& outBlobNames);
428
429
//TODO:
430
/** @brief Optimized forward.
0 commit comments