IInputArrayExtensionsIsUmat Method |
http://www.emgu.com
Determines whether the specified input array is umat.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic static bool IsUmat(
this IInputArray arr
)
<ExtensionAttribute>
Public Shared Function IsUmat (
arr As IInputArray
) As Boolean
public:
[ExtensionAttribute]
static bool IsUmat(
IInputArray^ arr
)
[<ExtensionAttribute>]
static member IsUmat :
arr : IInputArray -> bool
Parameters
- arr
- Type: Emgu.CVIInputArray
The array
Return Value
Type:
BooleanTrue if it is a umat
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IInputArray. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also