CvDnn Methods |
The CvDnn type exposes the following members.
| Name | Description | |
|---|---|---|
| BlobFromImage |
Creates 4-dimensional blob from image. Optionally resizes and crops @p image from center,
subtract @p mean values, scales values by @p scalefactor, swap Blue and Red channels.
| |
| BlobFromImages |
Creates 4-dimensional blob from series of images. Optionally resizes and
crops @p images from center, subtract @p mean values, scales values by @p scalefactor, swap Blue and Red channels.
| |
| NMSBoxes(IEnumerableRect, IEnumerableSingle, Single, Single, Int32, Single, Int32) |
Performs non maximum suppression given boxes and corresponding scores.
| |
| NMSBoxes(IEnumerableRect2d, IEnumerableSingle, Single, Single, Int32, Single, Int32) |
Performs non maximum suppression given boxes and corresponding scores.
| |
| NMSBoxes(IEnumerableRotatedRect, IEnumerableSingle, Single, Single, Int32, Single, Int32) |
Performs non maximum suppression given boxes and corresponding scores.
| |
| ReadNet |
Read deep learning network represented in one of the supported formats.
This function automatically detects an origin framework of trained model
and calls an appropriate function such @ref readNetFromCaffe, @ref readNetFromTensorflow,
| |
| ReadNetFromCaffe |
Reads a network model stored in Caffe model files.
| |
| ReadNetFromDarknet |
Reads a network model stored in Darknet (https://pjreddie.com/darknet/) model files.
| |
| ReadNetFromTensorflow |
Reads a network model stored in Tensorflow model file.
| |
| ReadNetFromTorch |
Reads a network model stored in Torch model file.
| |
| ReadTensorFromONNX |
Creates blob from .pb file.
| |
| ReadTorchBlob |
Loads blob which was serialized as torch.Tensor object of Torch7 framework.
| |
| ResetMyriadDevice |
Release a Myriad device is binded by OpenCV.
Single Myriad device cannot be shared across multiple processes which uses Inference Engine's Myriad plugin.
| |
| ShrinkCaffeModel |
Convert all weights of Caffe network to half precision floating point.
| |
| WriteTextGraph |
Create a text representation for a binary network stored in protocol buffer format.
|