Skip to content

detail_waveCorrect

stitchingfunctionOpenCV 5.0.0
import { detail_waveCorrect } from '@banou/opencv-wasm'

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

ARGUMENTSrmats, kind
FUNCTIONdetail_waveCorrect
RETURN TYPEvoid
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Tries to make panorama more horizontal (or vertical).

detail_waveCorrect(rmats: MatVector, kind: number): void;
rmats

Input/output value, modified by the native operation. Camera rotation matrices.

kind

Correction kind, see detail::WaveCorrectKind.

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.