mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Faster-RCNN object detection models from TensorFlow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user