| SimpleBlobDetector Constructor |
http://www.emgu.com
Create a simple blob detector
Namespace: Emgu.CV.Features2DAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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
*)
-> SimpleBlobDetectorParameters
- parameters (Optional)
- Type: Emgu.CV.Features2DSimpleBlobDetectorParams
[Missing <param name="parameters"/> documentation for "M:Emgu.CV.Features2D.SimpleBlobDetector.#ctor(Emgu.CV.Features2D.SimpleBlobDetectorParams)"]
See Also