SimpleBlobDetector_create
import { SimpleBlobDetector_create } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSparameters
FUNCTIONSimpleBlobDetector_create
RETURN TYPESimpleBlobDetector | null
Flag to enable contour collection. If set to true, the detector will store the contours of the detected blobs in memory, which can be retrieved after the detect() call using getBlobContours().
Note: Default value is false.
SimpleBlobDetector_create(parameters: SimpleBlobDetector_Params): SimpleBlobDetector | null;2 available overloads
SimpleBlobDetector_create(): SimpleBlobDetector | null;SimpleBlobDetector_create(parameters: SimpleBlobDetector_Params): SimpleBlobDetector | null;parametersparameters argument (SimpleBlobDetector_Params).
Returns
The SimpleBlobDetector | null result.
These signatures describe this package. Upstream documentation can mention optional backends that are absent from this build. Check runtime compatibility before choosing a backend or file format.