VectorOfTriangle2DF Class |
Namespace: Emgu.CV.Util
The VectorOfTriangle2DF type exposes the following members.
Name | Description | |
---|---|---|
![]() | VectorOfTriangle2DF |
Create an empty standard vector of Triangle2DF
|
![]() | VectorOfTriangle2DF(Int32) |
Create an standard vector of Triangle2DF of the specific size
|
![]() | VectorOfTriangle2DF(Triangle2DF) |
Create an standard vector of Triangle2DF with the initial values
|
![]() | VectorOfTriangle2DF(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(Triangle2DF) |
Push an array of value into the standard vector
|
![]() | Push(VectorOfTriangle2DF) |
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 Triangle2DF
|
![]() | 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.) |