mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
Changed wrapping mode for cv::dnn::Net::forward
This commit is contained in:
parent
cac4a7e5b5
commit
19c914db51
@ -423,8 +423,8 @@ 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,
|
||||
const std::vector<String>& outBlobNames);
|
||||
CV_WRAP_AS(forwardAndRetrieve) void forward(CV_OUT std::vector<std::vector<Mat> >& outputBlobs,
|
||||
const std::vector<String>& outBlobNames);
|
||||
|
||||
//TODO:
|
||||
/** @brief Optimized forward.
|
||||
|
Loading…
Reference in New Issue
Block a user