Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic virtual bool Empty { get; }Public Overridable ReadOnly Property Empty As Boolean
	Get
public:
virtual property bool Empty {
	bool get ();
}abstract Empty : bool with get
override Empty : bool with get
Return Value
Type: 
Boolean See Also
See Also