1
0
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:
Abhishek Gola
2026-04-03 17:39:37 +05:30
parent de851d24a5
commit c44d03d8e1
7 changed files with 143 additions and 6 deletions
@@ -1557,6 +1557,12 @@ CV__DNN_INLINE_NS_BEGIN
static Ptr<DetLayer> create(const LayerParams &params);
};
class CV_EXPORTS EyeLikeLayer : public Layer
{
public:
static Ptr<EyeLikeLayer> create(const LayerParams &params);
};
class CV_EXPORTS CenterCropPadLayer : public Layer
{
public: