Click or drag to resize
CvInvokePCABackProject Method
http://www.emgu.com
Reconstructs vectors from their PC projections.

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public static void PCABackProject(
	IInputArray data,
	IInputArray mean,
	IInputArray eigenvectors,
	IOutputArray result
)

Parameters

data
Type: Emgu.CVIInputArray
Coordinates of the vectors in the principal component subspace
mean
Type: Emgu.CVIInputArray
The mean.
eigenvectors
Type: Emgu.CVIInputArray
The eigenvectors.
result
Type: Emgu.CVIOutputArray
The result.
See Also