Skip to content

ximgproc_segmentation_createSelectiveSearchSegmentationStrategyMultiple1

Extended image processingfunctionOpenCV 5.0.0
import { ximgproc_segmentation_createSelectiveSearchSegmentationStrategyMultiple1 } from '@banou/opencv-wasm'

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

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

Create a new multiple strategy and set one subtrategy

ximgproc_segmentation_createSelectiveSearchSegmentationStrategyMultiple1(s1: ximgproc_segmentation_SelectiveSearchSegmentationStrategy | null): ximgproc_segmentation_SelectiveSearchSegmentationStrategyMultiple | null;
s1

The first strategy

Returns

The ximgproc_segmentation_SelectiveSearchSegmentationStrategyMultiple | 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.