Skip to content

ximgproc_segmentation_createSelectiveSearchSegmentationStrategyMultiple2

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

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

ARGUMENTSs1, s2
FUNCTIONximgproc_segmentation_createSelectiveSearchSegmentationStrategyMultiple2
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 two subtrategies, with equal weights

ximgproc_segmentation_createSelectiveSearchSegmentationStrategyMultiple2(s1: ximgproc_segmentation_SelectiveSearchSegmentationStrategy | null, s2: ximgproc_segmentation_SelectiveSearchSegmentationStrategy | null): ximgproc_segmentation_SelectiveSearchSegmentationStrategyMultiple | null;
s1

The first strategy

s2

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