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