Returns true if the node is empty
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic bool Empty { get; }
Public ReadOnly Property Empty As Boolean
Get
public:
property bool Empty {
bool get ();
}
member Empty : bool with get
Return Value
Type:
Boolean
See Also