VectorOfRect Class |
Namespace: Emgu.CV.Util
The VectorOfRect type exposes the following members.
Name | Description | |
---|---|---|
VectorOfRect |
Create an empty standard vector of Rect
| |
VectorOfRect(Rectangle) |
Create an standard vector of Rect with the initial values
| |
VectorOfRect(Int32) |
Create an standard vector of Rect of the specific size
| |
VectorOfRect(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 | (Inherited from Object.) | |
Finalize |
Destructor
(Inherited from DisposableObject.) | |
GetHashCode | (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 | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Push(Rectangle) |
Push an array of value into the standard vector
| |
Push(VectorOfRect) |
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 Rect
| |
ToString | (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.) |