Skip to content

SVDecomp

Core and matricesfunctionOpenCV 5.0.0
import { SVDecomp } from '@banou/opencv-wasm'

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

ARGUMENTSsrc, w, u, vt
FUNCTIONSVDecomp
RETURN TYPEvoid
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

wrap SVD::compute

SVDecomp(src: Mat, w: Mat, u: Mat, vt: Mat, flags: number): void;
2 available overloads
SVDecomp(src: Mat, w: Mat, u: Mat, vt: Mat): void;
SVDecomp(src: Mat, w: Mat, u: Mat, vt: Mat, flags: number): void;
src

src argument (Mat).

w

Output destination, filled by the native operation. w argument (Mat).

u

Output destination, filled by the native operation. u argument (Mat).

vt

Output destination, filled by the native operation. vt argument (Mat).

flags

flags argument (number).

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.