DnnInvoke Class |
Namespace: Emgu.CV.Dnn
The DnnInvoke type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | BlobFromImage(IInputArray, Double, Size, MCvScalar, Boolean, Boolean, DepthType) |
Creates 4-dimensional blob from image. Optionally resizes and crops image from center, subtract mean values, scales values by scalefactor, swap Blue and Red channels.
|
![]() ![]() | BlobFromImage(IInputArray, IOutputArray, Double, Size, MCvScalar, Boolean, Boolean, DepthType) |
Creates 4-dimensional blob from image. Optionally resizes and crops image from center, subtract mean values, scales values by scalefactor, swap Blue and Red channels.
|
![]() ![]() | BlobFromImages(Mat, Double, Size, MCvScalar, Boolean, Boolean, DepthType) |
Creates 4-dimensional blob from series of images. Optionally resizes and crops images from center, subtract mean values, scales values by scalefactor, swap Blue and Red channels.
|
![]() ![]() | BlobFromImages(IInputArrayOfArrays, IOutputArray, Double, Size, MCvScalar, Boolean, Boolean, DepthType) |
Creates 4-dimensional blob from series of images. Optionally resizes and crops images from center, subtract mean values, scales values by scale factor, swap Blue and Red channels.
|
![]() ![]() | ImagesFromBlob |
Parse a 4D blob and output the images it contains as 2D arrays through a simpler data structure (std::vector<cv::Mat>).
|
![]() ![]() | NMSBoxes |
Performs non maximum suppression given boxes and corresponding scores.
|
![]() ![]() | ReadNet |
Read deep learning network represented in one of the supported formats.
|
![]() ![]() | ReadNetFromCaffe(Byte, Byte) |
Reads a network model stored in Caffe framework's format.
|
![]() ![]() | ReadNetFromCaffe(String, String) |
Reads a network model stored in Caffe framework's format.
|
![]() ![]() | ReadNetFromDarknet(Byte, Byte) |
Reads a network model stored in Darknet model files.
|
![]() ![]() | ReadNetFromDarknet(String, String) |
Reads a network model stored in Darknet model files.
|
![]() ![]() | ReadNetFromModelOptimizer |
Load a network from Intel's Model Optimizer intermediate representation.
|
![]() ![]() | ReadNetFromONNX |
Reads a network model ONNX.
|
![]() ![]() | ReadNetFromTensorflow(Byte, Byte) |
Reads a network model stored in TensorFlow framework's format.
|
![]() ![]() | ReadNetFromTensorflow(String, String) |
Reads a network model stored in TensorFlow framework's format.
|
![]() ![]() | ReadTensorFromONNX |
Creates blob from .pb file.
|
![]() ![]() | 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.
|