InputArrayIsUMat Property |
http://www.emgu.com
True if the input array is an UMat
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic bool IsUMat { get; }
Public ReadOnly Property IsUMat As Boolean
Get
public:
property bool IsUMat {
bool get ();
}
member IsUMat : bool with get
Property Value
Type:
Boolean
See Also