Function opencv::core::pca_project [] [src]

pub fn pca_project(data: &Mat, mean: &Mat, eigenvectors: &Mat, result: &Mat) -> Result<(), String>