Click or drag to resize

VectorOfVectorOfERStat Class

http://www.emgu.com
Wrapped class of the C++ standard vector of VectorOfERStat.
Inheritance Hierarchy

Namespace:  Emgu.CV.Text
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
[SerializableAttribute]
public class VectorOfVectorOfERStat : UnmanagedObject, 
	IInputOutputArray, IInputArray, IDisposable, IOutputArray, IInputArrayOfArrays, 
	IOutputArrayOfArrays

The VectorOfVectorOfERStat type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyItem
Get the item in the specific index
Public propertyPtr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Public propertySize
Get the size of the vector
Public propertyStatic memberSizeOfItemInBytes
The size of the item in this Vector, counted as size in bytes.
Top
Methods
  NameDescription
Public methodClear
Clear the vector
Public methodDispose
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.)
Protected methodDisposeObject
Release the standard vector
(Overrides DisposableObjectDisposeObject.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInputArray
Get the pointer to cv::_InputArray
Public methodGetInputOutputArray
Get the pointer to cv::_InputOutputArray
Public methodGetOutputArray
Get the pointer to cv::_OutputArray
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPush(VectorOfERStat)
Push a value into the standard vector
Public methodPush(VectorOfERStat)
Push multiple values into the standard vector
Public methodPush(VectorOfVectorOfERStat)
Push multiple values from the other vector into this vector
Protected methodReleaseManagedResources
Release the managed resources. This function will be called during the disposal of the current object. override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.)
Public methodToArrayOfArray
Convert the standard vector to arrays of int
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected field_ptr
A pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Top
Extension Methods
  NameDescription
Public Extension MethodForEachDuplicateChannel(ActionIInputArray, Int32)Overloaded.
Apply converter and compute result for each channel of the image, for single channel image, apply converter directly, for multiple channel image, make a copy of each channel to a temperary image and apply the convertor
(Defined by IInputArrayExtensions.)
Public Extension MethodForEachDuplicateChannelTReturn(FuncIInputArray, Int32, TReturn)Overloaded.
Apply converter and compute result for each channel of the image, for single channel image, apply converter directly, for multiple channel image, make a copy of each channel to a temperary image and apply the convertor
(Defined by IInputArrayExtensions.)
Public Extension MethodIsUmat
Determines whether the specified input array is umat.
(Defined by IInputArrayExtensions.)
Top
See Also