Click or drag to resize

PCAWrite Method

Write PCA objects. Writes @ref eigenvalues @ref eigenvectors and @ref mean to specified FileStorage

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void Write(
	FileStorage fs
)

Parameters

fs
Type: OpenCvSharpFileStorage

[Missing <param name="fs"/> documentation for "M:OpenCvSharp.PCA.Write(OpenCvSharp.FileStorage)"]

See Also