Click or drag to resize

CvDnnWriteTextGraph Method

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

Namespace:  OpenCvSharp.Dnn
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static void WriteTextGraph(
	string model,
	string output
)

Parameters

model
Type: SystemString
A path to binary network.
output
Type: SystemString
A path to output text file to be created.
See Also