Skip to content

rapid_findCorrespondencies

rapidfunctionOpenCV 5.0.0
import { rapid_findCorrespondencies } from '@banou/opencv-wasm'

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

ARGUMENTSbundle, cols, response
FUNCTIONrapid_findCorrespondencies
RETURN TYPEvoid
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Find corresponding image locations by searching for a maximal sobel edge along the search line (a single row in the bundle)

rapid_findCorrespondencies(bundle: Mat, cols: Mat, response: Mat): void;
2 available overloads
rapid_findCorrespondencies(bundle: Mat, cols: Mat): void;
rapid_findCorrespondencies(bundle: Mat, cols: Mat, response: Mat): void;
bundle

the line bundle

cols

Output destination, filled by the native operation. correspondence-position per line in line-bundle-space

response

Output destination, filled by the native operation. the sobel response for the selected point

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.