Click or drag to resize

FileStorageOpen Method

operator that performs PCA. The previously stored data, if any, is released

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public virtual bool Open(
	string fileName,
	FileStorageMode flags,
	string encoding = null
)

Parameters

fileName
Type: SystemString
flags
Type: OpenCvSharpFileStorageMode
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
See Also