| AlgorithmEmpty Property |
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: 1.0.0
Syntax public 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:
BooleanSee Also