Skip to content

stereo_PropagationParameters

xstereoclassOpenCV 5.0.0
import { stereo_PropagationParameters } from '@banou/opencv-wasm'

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

ARGUMENTSConstructor or factory
CLASSstereo_PropagationParameters
RETURN TYPEOwned native handle
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Native object: release it with using or delete(). Factories can return null; check before calling methods.

stereo propagation parameters value in the OpenCV API.

Constructors and members

clone

Create another handle to the same native object. This retains the object without copying its pixels or algorithm state; dispose both handles separately.

clone(): this;
Returns

The this result.

corrWinSizeX

similarity window

corrWinSizeX: number;

corrWinSizeY

similarity window

corrWinSizeY: number;

borderX

border to ignore

borderX: number;

borderY

border to ignore

borderY: number;

correlationThreshold

correlation threshold

correlationThreshold: number;

textrureThreshold

texture threshold

textrureThreshold: number;

neighborhoodSize

neighborhood size

neighborhoodSize: number;

disparityGradient

disparity gradient threshold

disparityGradient: number;

lkTemplateSize

disparity gradient threshold Parameters for LK flow algorithm

lkTemplateSize: number;

lkPyrLvl

lk pyr lvl value for stereo_PropagationParameters.

lkPyrLvl: number;

lkTermParam1

lk term param1 value for stereo_PropagationParameters.

lkTermParam1: number;

lkTermParam2

Parameters for GFT algorithm.

lkTermParam2: number;

gftQualityThres

Parameters for GFT algorithm.

gftQualityThres: number;

gftMinSeperationDist

gft min seperation dist value for stereo_PropagationParameters.

gftMinSeperationDist: number;

gftMaxNumFeatures

gft max num features value for stereo_PropagationParameters.

gftMaxNumFeatures: number;

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.