OutputArrayGetEmpty Method |
http://www.emgu.com
Get an empty output array
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic static OutputArray GetEmpty()
Public Shared Function GetEmpty As OutputArray
public:
static OutputArray^ GetEmpty()
static member GetEmpty : unit -> OutputArray
Return Value
Type:
OutputArrayAn empty output array
See Also