Currently, SimpleBlobDetector requires users to provide fixed thresholds.
Would it be worth contributing a blob detector that uses adaptiveThreshold instead?
It would be more general and eliminate the need to merge blobs from different thresholds.
Also, why is SimpleBlobDetector a class rather than a function?