mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
added eyelike layer support
This commit is contained in:
@@ -1557,6 +1557,12 @@ CV__DNN_INLINE_NS_BEGIN
|
||||
static Ptr<DetLayer> create(const LayerParams ¶ms);
|
||||
};
|
||||
|
||||
class CV_EXPORTS EyeLikeLayer : public Layer
|
||||
{
|
||||
public:
|
||||
static Ptr<EyeLikeLayer> create(const LayerParams ¶ms);
|
||||
};
|
||||
|
||||
class CV_EXPORTS CenterCropPadLayer : public Layer
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user