VectorOfVectorOfPoint Class |
Namespace: Emgu.CV.Util
The VectorOfVectorOfPoint type exposes the following members.
Name | Description | |
---|---|---|
VectorOfVectorOfPoint |
Create an empty standard vector of VectorOfPoint
| |
VectorOfVectorOfPoint(Point) |
Create the standard vector of VectorOfPoint
| |
VectorOfVectorOfPoint(Int32) |
Create an standard vector of VectorOfPoint of the specific size
| |
VectorOfVectorOfPoint(VectorOfPoint) |
Create an standard vector of VectorOfPoint 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 | (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
| |
GetOutputArray |
Get the pointer to cv::_OutputArray
| |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Push(VectorOfPoint) |
Push a value into the standard vector
| |
Push(VectorOfPoint) |
Push multiple values into the standard vector
| |
Push(VectorOfVectorOfPoint) |
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 | (Inherited from Object.) |
Name | Description | |
---|---|---|
_ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Name | Description | |
---|---|---|
IsUmat |
Determines whether the specified input array is umat.
(Defined by IInputArrayExtensions.) |