Method PCABackProject
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
PCABackProject(InputArray, InputArray, InputArray, OutputArray)
Reconstructs vectors from their PC projections.
public static void PCABackProject(InputArray data, InputArray mean, InputArray eigenvectors, OutputArray result)
Parameters
dataInputArrayinput samples stored as the matrix rows or as the matrix columns.
meanInputArrayoptional mean value; if the matrix is empty (noArray()), the mean is computed from the data.
eigenvectorsInputArrayeigenvectors of the covariation matrix
resultOutputArrayoutput vectors