ximgproc_createRightMatcher
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
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_leftmain 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.