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.
2 parents e72a053 + 19c914d commit eecb64aCopy full SHA for eecb64a
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
/**
430
* @brief Compile Halide layers.
0 commit comments