mirror of
https://github.com/opencv/opencv.git
synced 2025-06-22 03:22:10 +08:00
Merge pull request #27260 from utibenkei:add_cv_wrap_to_dnn_registeroutput
Add CV_WRAP to registerOutput for language bindings support
This commit is contained in:
commit
fe5bd15cdd
@ -606,7 +606,7 @@ CV__DNN_INLINE_NS_BEGIN
|
|||||||
*
|
*
|
||||||
* @returns index of bound layer (the same as layerId or newly created)
|
* @returns index of bound layer (the same as layerId or newly created)
|
||||||
*/
|
*/
|
||||||
int registerOutput(const std::string& outputName, int layerId, int outputPort);
|
CV_WRAP int registerOutput(const std::string& outputName, int layerId, int outputPort);
|
||||||
|
|
||||||
/** @brief Sets outputs names of the network input pseudo layer.
|
/** @brief Sets outputs names of the network input pseudo layer.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user