Click or drag to resize
FileStorageIsOpened Property
http://www.emgu.com
Gets a value indicating whether this instance is opened.

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public bool IsOpened { get; }

Property Value

Type: Boolean
true if the object is associated with the current file; otherwise, false.
See Also