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: 4.1.1.3497 (4.1.1.3497)
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