UMatIsContinuous Property |
http://www.emgu.com
True if the data is continues
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic bool IsContinuous { get; }
Public ReadOnly Property IsContinuous As Boolean
Get
public:
property bool IsContinuous {
bool get ();
}
member IsContinuous : bool with get
Property Value
Type:
Boolean
See Also