Click or drag to resize

InputOutputArray Properties

http://www.emgu.com

The InputOutputArray type exposes the following members.

Properties
  NameDescription
Public propertyFixedSize
True if the output array is fixed size
(Inherited from OutputArray.)
Public propertyFixedType
True if the output array is fixed type
(Inherited from OutputArray.)
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
(Inherited from OutputArray.)
Public propertyPtr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Top
See Also