- Destroy
void Destroy(Net net)
Undocumented in source. Be warned that the author may not have intended to support it.
- Destroy
void Destroy(Layer layer)
Undocumented in source. Be warned that the author may not have intended to support it.
- NMSBoxes
int[] NMSBoxes(RotatedRect[] rects, float[] scores, float score_threshold, float nms_threshold, float eta, int top_k)
Undocumented in source. Be warned that the author may not have intended to support it.
- blobFromImage
Mat blobFromImage(Mat image, double scalefactor, Size size, Scalar mean, bool swapRB, bool crop)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBlobChannel
Mat getBlobChannel(Mat blob, int imgidx, int chnidx)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBlobSize
Scalar getBlobSize(Mat blob)
Undocumented in source. Be warned that the author may not have intended to support it.
- readNet
Net readNet(string model, string config)
Undocumented in source. Be warned that the author may not have intended to support it.
- readNetBytes
Net readNetBytes(string framework, ubyte[] model, ubyte[] config)
Undocumented in source. Be warned that the author may not have intended to support it.
- readNetFromCaffe
Net readNetFromCaffe(string prototxt, string caffeModel)
Undocumented in source. Be warned that the author may not have intended to support it.
- readNetFromCaffeBytes
Net readNetFromCaffeBytes(ubyte[] prototxt, ubyte[] caffeModel)
Undocumented in source. Be warned that the author may not have intended to support it.
- readNetFromTensorflow
Net readNetFromTensorflow(string model)
Undocumented in source. Be warned that the author may not have intended to support it.
- readNetFromTensorflowBytes
Net readNetFromTensorflowBytes(ubyte[] model)
Undocumented in source. Be warned that the author may not have intended to support it.