FileStorageOpen Method OpenCvSharp Class Library
operator that performs PCA. The previously stored data, if any, is released

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public virtual bool Open(
	string fileName,
	FileStorageMode flags,
	string encoding = null
)

Parameters

fileName
Type: SystemString

[Missing <param name="fileName"/> documentation for "M:OpenCvSharp.CPlusPlus.FileStorage.Open(System.String,OpenCvSharp.FileStorageMode,System.String)"]

flags
Type: OpenCvSharpFileStorageMode

[Missing <param name="flags"/> documentation for "M:OpenCvSharp.CPlusPlus.FileStorage.Open(System.String,OpenCvSharp.FileStorageMode,System.String)"]

encoding (Optional)
Type: SystemString
Encoding of the file. Note that UTF-16 XML encoding is not supported currently and you should use 8-bit encoding instead of it.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.FileStorage.Open(System.String,OpenCvSharp.FileStorageMode,System.String)"]

See Also

Reference