Click or drag to resize
CvInvokePCAProject Method
http://www.emgu.com
Projects vector(s) to the principal component subspace.

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 PCAProject(
	IInputArray data,
	IInputArray mean,
	IInputArray eigenvectors,
	IOutputArray result
)

Parameters

data
Type: Emgu.CVIInputArray
Input vector(s); must have the same dimensionality and the same layout as the input data used at PCA phase
mean
Type: Emgu.CVIInputArray
The mean.
eigenvectors
Type: Emgu.CVIInputArray
The eigenvectors.
result
Type: Emgu.CVIOutputArray
The result.
See Also