InputArray Properties |
The InputArray type exposes the following members.
| Name | Description | |
|---|---|---|
| IsEmpty |
Return true if the input array is empty
| |
| IsMat |
True if the input array is a Mat
| |
| IsMatVector |
True if the input array is a vector of Mat
| |
| IsMatx |
True if the input array is a Matx
| |
| IsUMat |
True if the input array is an UMat
| |
| IsUMatVector |
True if the input array is a vector of UMat
| |
| Kind |
The type of the input array
| |
| Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |