SimpleBlobDetector Constructor |
http://www.emgu.com
Create a simple blob detector
Namespace:
Emgu.CV.Features2D
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic SimpleBlobDetector(
SimpleBlobDetectorParams parameters = null
)
Public Sub New (
Optional parameters As SimpleBlobDetectorParams = Nothing
)
public:
SimpleBlobDetector(
SimpleBlobDetectorParams^ parameters = nullptr
)
new :
?parameters : SimpleBlobDetectorParams
(* Defaults:
let _parameters = defaultArg parameters null
*)
-> SimpleBlobDetector
Parameters
- parameters (Optional)
- Type: Emgu.CV.Features2DSimpleBlobDetectorParams
The parameters for creating a simple blob detector
See Also