Skip to content

bioinspired_TransientAreasSegmentationModule_create

bioinspiredfunctionOpenCV 5.0.0
import { bioinspired_TransientAreasSegmentationModule_create } from '@banou/opencv-wasm'

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

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

bioinspired_TransientAreasSegmentationModule_create: allocator

bioinspired_TransientAreasSegmentationModule_create(inputSize: Size): bioinspired_TransientAreasSegmentationModule | null;
inputSize

: size of the images input to segment (output will be the same size)

Returns

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