VectorOfERStat Class |
Namespace: Emgu.CV.Text
The VectorOfERStat type exposes the following members.
Name | Description | |
---|---|---|
![]() | VectorOfERStat |
Create an empty standard vector of ERStat
|
![]() | VectorOfERStat(Int32) |
Create an standard vector of ERStat of the specific size
|
![]() | VectorOfERStat(MCvERStat) |
Create an standard vector of ERStat with the initial values
|
![]() | VectorOfERStat(SerializationInfo, StreamingContext) |
Constructor used to deserialize runtime serialized object
|
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.
|
![]() | StartAddress |
The pointer to the first element on the vector. In case of an empty vector, IntPtr.Zero will be returned.
|
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
|
![]() | GetObjectData |
A function used for runtime serialization of the object
|
![]() | 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(MCvERStat) |
Push an array of value into the standard vector
|
![]() | Push(VectorOfERStat) |
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.) |
![]() | ToArray |
Convert the standard vector to an array of ERStat
|
![]() | 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.) |