Merge pull request #19859 from danielenricocahall:fix-blob-detector-single-thresh
authorDanny <33044223+danielenricocahall@users.noreply.github.com>
Thu, 8 Apr 2021 10:39:26 +0000 (06:39 -0400)
committerGitHub <noreply@github.com>
Thu, 8 Apr 2021 10:39:26 +0000 (10:39 +0000)
commit76860933f0a31c0abd1b26c1f11b25972cda031e
tree085f240a6989b187a23d8af22260cc8630c4cf57
parent19a936fc03c7acf48a566fe0d3085c53b5e818d5
Merge pull request #19859 from danielenricocahall:fix-blob-detector-single-thresh

Fix Single ThresholdBug in Simple Blob Detector

* address bug with using min dist between blobs in blob detector

cast type in comparison and remove docs

address bug with using min dist between blobs in blob detector

use scalar instead of int

address bug with using min dist between blobs in blob detector

* fix namespace and formatting
modules/features2d/src/blobdetector.cpp
modules/features2d/test/test_blobdetector.cpp [new file with mode: 0644]