http://www.emgu.com
List of learned parameters must be stored here to allow read them by using Net::getParam().
Namespace:
Emgu.CV.Dnn
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic VectorOfMat Blobs { get; }
Public ReadOnly Property Blobs As VectorOfMat
Get
public:
property VectorOfMat^ Blobs {
VectorOfMat^ get ();
}
member Blobs : VectorOfMat with get
Property Value
Type:
VectorOfMat
See Also