|
Ptr< Importer > | cv::dnn::createCaffeImporter (const String &prototxt, const String &caffeModel=String()) |
| Creates the importer of Caffe framework network. More...
|
|
Ptr< Importer > | cv::dnn::createTensorflowImporter (const String &model) |
| Creates the importer of TensorFlow framework network. More...
|
|
Ptr< Importer > | cv::dnn::createTorchImporter (const String &filename, bool isBinary=true) |
| Creates the importer of Torch7 framework network. More...
|
|
void | cv::dnn::initModule () |
| Initialize dnn module and built-in layers. More...
|
|
Net | cv::dnn::readNetFromCaffe (const String &prototxt, const String &caffeModel=String()) |
| Reads a network model stored in Caffe model files. More...
|
|
Blob | cv::dnn::readTorchBlob (const String &filename, bool isBinary=true) |
| Loads blob which was serialized as torch.Tensor object of Torch7 framework. More...
|
|