Property Blobs
- Namespace
- OpenCvSharp.Dnn
- Assembly
- OpenCvSharp.dll
Blobs
List of learned parameters must be stored here to allow read them by using Net::getParam().
public Mat[] Blobs { get; set; }
Property Value
- Mat[]
List of learned parameters must be stored here to allow read them by using Net::getParam().
public Mat[] Blobs { get; set; }