[][src]Function opencv::dnn::read_net_from_tensorflow_str

pub fn read_net_from_tensorflow_str(
    buffer_model: &str,
    len_model: size_t,
    buffer_config: &str,
    len_config: size_t
) -> Result<Net>

Reads a network model stored in TensorFlow framework's format. @details This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Parameters

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

C++ default parameters

  • buffer_config: NULL
  • len_config: 0