[][src]Function opencv::dnn::write_text_graph

pub fn write_text_graph(model: &str, output: &str) -> Result<()>

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

Parameters

  • model: A path to binary network.
  • output: A path to output text file to be created.

Note: To reduce output file size, trained weights are not included.