1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Merge pull request #17371 from l-bat:nms_model

* Fix NMS bug in DetectionModel

* Fixed comments

* Refactoring
This commit is contained in:
Liubov Batanina
2020-05-29 01:54:19 +03:00
committed by GitHub
parent 515a06cedf
commit d3aaf2d3a3
3 changed files with 63 additions and 34 deletions
@@ -595,6 +595,8 @@ CV__DNN_INLINE_NS_BEGIN
class CV_EXPORTS RegionLayer : public Layer
{
public:
float nmsThreshold;
static Ptr<RegionLayer> create(const LayerParams& params);
};