mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Added support to clip layer
This commit is contained in:
@@ -1360,6 +1360,11 @@ CV__DNN_INLINE_NS_BEGIN
|
||||
static Ptr<CastLayer> create(const LayerParams ¶ms);
|
||||
};
|
||||
|
||||
class CV_EXPORTS ClipLayer : public Layer {
|
||||
public:
|
||||
static Ptr<ClipLayer> create(const LayerParams ¶ms);
|
||||
};
|
||||
|
||||
class CV_EXPORTS DepthToSpaceLayer : public Layer {
|
||||
public:
|
||||
static Ptr<DepthToSpaceLayer> create(const LayerParams ¶ms);
|
||||
|
||||
Reference in New Issue
Block a user