Skip to content

ximgproc_createRightMatcher

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

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

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

Convenience method to set up the matcher for computing the right-view disparity map that is required in case of filtering with confidence.

ximgproc_createRightMatcher(matcher_left: StereoMatcher | null): StereoMatcher | null;
matcher_left

main stereo matcher instance that will be used with the filter

Returns

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