1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04: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:
Alexander Smorkalov
2025-04-26 15:07:42 +03:00
committed by GitHub
+1 -1
View File
@@ -606,7 +606,7 @@ CV__DNN_INLINE_NS_BEGIN
*
* @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.
*