Skip to content

PCABackProject

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

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

wrap PCA::backProject

PCABackProject(data: Mat, mean: Mat, eigenvectors: Mat, result: Mat): void;
data

data argument (Mat).

mean

mean argument (Mat).

eigenvectors

eigenvectors argument (Mat).

result

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

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.