Click or drag to resize

OutputArray Properties

http://www.emgu.com

The OutputArray type exposes the following members.

Properties
  NameDescription
Public propertyFixedSize
True if the output array is fixed size
Public propertyFixedType
True if the output array is fixed type
Public propertyIsEmpty
Return true if the input array is empty
(Inherited from InputArray.)
Public propertyIsMat
True if the input array is a Mat
(Inherited from InputArray.)
Public propertyIsMatVector
True if the input array is a vector of Mat
(Inherited from InputArray.)
Public propertyIsMatx
True if the input array is a Matx
(Inherited from InputArray.)
Public propertyIsUMat
True if the input array is an UMat
(Inherited from InputArray.)
Public propertyIsUMatVector
True if the input array is a vector of UMat
(Inherited from InputArray.)
Public propertyKind
The type of the input array
(Inherited from InputArray.)
Public propertyNeeded
True if the output array is needed
Public propertyPtr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Top
See Also