PCAProject
import { PCAProject } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
wrap PCA::project
PCAProject(data: Mat, mean: Mat, eigenvectors: Mat, result: Mat): void;datadata argument (Mat).
meanmean argument (Mat).
eigenvectorseigenvectors argument (Mat).
resultOutput 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.