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-07-01 15:15:08 +03:00
62 changed files with 2178 additions and 243 deletions
@@ -1193,6 +1193,16 @@ CV__DNN_INLINE_NS_BEGIN
static Ptr<CastLayer> create(const LayerParams &params);
};
class CV_EXPORTS DepthToSpaceLayer : public Layer {
public:
static Ptr<DepthToSpaceLayer> create(const LayerParams &params);
};
class CV_EXPORTS SpaceToDepthLayer : public Layer {
public:
static Ptr<SpaceToDepthLayer> create(const LayerParams &params);
};
//! @}
//! @}
CV__DNN_INLINE_NS_END