1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge branch 4.x

This commit is contained in:
Alexander Smorkalov
2024-08-27 18:31:36 +03:00
108 changed files with 1241 additions and 646 deletions
@@ -1203,6 +1203,12 @@ CV__DNN_INLINE_NS_BEGIN
static Ptr<SpaceToDepthLayer> create(const LayerParams &params);
};
class CV_EXPORTS TopKLayer : public Layer
{
public:
static Ptr<TopKLayer> create(const LayerParams& params);
};
//! @}
//! @}
CV__DNN_INLINE_NS_END