Skip to content

SimpleBlobDetector_create

Features and matchingfunctionOpenCV 5.0.0
import { SimpleBlobDetector_create } from '@banou/opencv-wasm'

Use after await initOpenCV(). See the initialization and named imports guide.

ARGUMENTSparameters
FUNCTIONSimpleBlobDetector_create
RETURN TYPESimpleBlobDetector | null
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

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;
parameters

parameters 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.