Click or drag to resize

FileStorageGetDefaultObjectName Method

Returns the normalized object name for the specified file name

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static string GetDefaultObjectName(
	string fileName
)

Parameters

fileName
Type: SystemString

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

Return Value

Type: String

[Missing <returns> documentation for "M:OpenCvSharp.FileStorage.GetDefaultObjectName(System.String)"]

See Also