InputArrayIsMatx Property |
http://www.emgu.com
True if the input array is a Matx
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic bool IsMatx { get; }
Public ReadOnly Property IsMatx As Boolean
Get
public:
property bool IsMatx {
bool get ();
}
member IsMatx : bool with get
Property Value
Type:
Boolean
See Also