[][src]Function opencv::dnn::read_net_from_tensorflow_buffer

pub fn read_net_from_tensorflow_buffer(
    buffer_model: &VectorOfuchar,
    buffer_config: &VectorOfuchar
) -> Result<Net>

Reads a network model stored in TensorFlow framework's format.

Parameters

  • bufferModel: buffer containing the content of the pb file
  • bufferConfig: buffer containing the content of the pbtxt file

Returns

Net object.

C++ default parameters

  • buffer_config: std::vector()