rapid_findCorrespondencies
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
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;bundlethe line bundle
colsOutput destination, filled by the native operation. correspondence-position per line in line-bundle-space
responseOutput 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.