Click or drag to resize

CvInvokePCABackProject Method

http://www.emgu.com
Reconstructs vectors from their PC projections.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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