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:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user