1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Faster-RCNN object detection models from TensorFlow

This commit is contained in:
Dmitry Kurtaev
2018-04-03 18:28:05 +03:00
parent 44572fac44
commit bf87a43185
8 changed files with 457 additions and 5 deletions
@@ -581,6 +581,12 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
static Ptr<ProposalLayer> create(const LayerParams& params);
};
class CV_EXPORTS CropAndResizeLayer : public Layer
{
public:
static Ptr<Layer> create(const LayerParams& params);
};
//! @}
//! @}
CV__DNN_EXPERIMENTAL_NS_END