Merge pull request #10331 from arrybn:python_dnn_net

This commit is contained in:
Vadim Pisarevsky 2017-12-20 14:30:26 +00:00
commit eecb64a973

View File

@ -423,7 +423,7 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
* @param outputBlobs contains all output blobs for each layer specified in @p outBlobNames.
* @param outBlobNames names for layers which outputs are needed to get
*/
void forward(std::vector<std::vector<Mat> >& outputBlobs,
CV_WRAP_AS(forwardAndRetrieve) void forward(CV_OUT std::vector<std::vector<Mat> >& outputBlobs,
const std::vector<String>& outBlobNames);
/**