VectorOfVectorOfERStat Class |
Namespace: Emgu.CV.Text
The VectorOfVectorOfERStat type exposes the following members.
Name | Description | |
---|---|---|
![]() | VectorOfVectorOfERStat |
Create an empty standard vector of VectorOfERStat
|
![]() | VectorOfVectorOfERStat(Int32) |
Create an standard vector of VectorOfERStat of the specific size
|
![]() | VectorOfVectorOfERStat(MCvERStat) |
Create the standard vector of VectorOfERStat
|
![]() | VectorOfVectorOfERStat(VectorOfERStat) |
Create an standard vector of VectorOfERStat with the initial values
|
Name | Description | |
---|---|---|
![]() | Item |
Get the item in the specific index
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | Size |
Get the size of the vector
|
![]() ![]() | SizeOfItemInBytes |
The size of the item in this Vector, counted as size in bytes.
|
Name | Description | |
---|---|---|
![]() | Clear |
Clear the vector
|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release the standard vector
(Overrides DisposableObjectDisposeObject.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetInputArray |
Get the pointer to cv::_InputArray
|
![]() | GetInputOutputArray |
Get the pointer to cv::_InputOutputArray
|
![]() | GetOutputArray |
Get the pointer to cv::_OutputArray
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Push(VectorOfERStat) |
Push a value into the standard vector
|
![]() | Push(VectorOfERStat) |
Push multiple values into the standard vector
|
![]() | Push(VectorOfVectorOfERStat) |
Push multiple values from the other vector into this vector
|
![]() | ReleaseManagedResources |
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.) |
![]() | ToArrayOfArray |
Convert the standard vector to arrays of int
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Name | Description | |
---|---|---|
![]() | ForEachDuplicateChannel(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.) |
![]() | ForEachDuplicateChannelTReturn(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.) |
![]() | IsUmat |
Determines whether the specified input array is umat.
(Defined by IInputArrayExtensions.) |