Table of Contents

Method WriteTextGraph

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

WriteTextGraph(string, string)

Create a text representation for a binary network stored in protocol buffer format.

public static void WriteTextGraph(string model, string output)

Parameters

model string

A path to binary network.

output string

A path to output text file to be created.