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
commit fe5bd15cdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
* *