Table of Contents

Method StartWriteStruct

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

StartWriteStruct(string, Types, string?)

Starts to write a nested structure (sequence or a mapping).

public void StartWriteStruct(string name, FileNode.Types flags, string? typeName = null)

Parameters

name string

name of the structure. When writing to sequences (a.k.a. "arrays"), pass an empty string.

flags FileNode.Types

structure type, one of Map/Seq, optionally combined with Flow for a compact YAML representation.

typeName string

optional name of an object class this structure stores.