Click or drag to resize
VectorOfVectorOfPoint Class
http://www.emgu.com
Wrapped class of the C++ standard vector of VectorOfPoint.
Inheritance Hierarchy

Namespace: Emgu.CV.Util
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public class VectorOfVectorOfPoint : UnmanagedObject, 
	IInputOutputArray, IInputArrayOfArrays, IOutputArrayOfArrays, IOutputArray, IInputArray

The VectorOfVectorOfPoint type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyItem
Get the item in the specific index
Public propertyPtr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Public propertySize
Get the size of the vector
Public propertyStatic memberSizeOfItemInBytes
The size of the item in this Vector, counted as size in bytes.
Top
Methods
  NameDescription
Public methodClear
Clear the vector
Public methodDispose
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.)
Protected methodDisposeObject
Release the standard vector
(Overrides DisposableObjectDisposeObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInputArray
Get the pointer to cv::_InputArray
Public methodGetInputOutputArray
Get the pointer to cv::_InputOutputArray
Public methodGetOutputArray
Get the pointer to cv::_OutputArray
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPush(VectorOfPoint)
Push a value into the standard vector
Public methodPush(VectorOfPoint)
Push multiple values into the standard vector
Public methodPush(VectorOfVectorOfPoint)
Push multiple values from the other vector into this vector
Protected methodReleaseManagedResources
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.)
Public methodToArrayOfArray
Convert the standard vector to arrays of int
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected field_ptr
A pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Top
Extension Methods
  NameDescription
Public Extension MethodIsUmat
Determines whether the specified input array is umat.
(Defined by IInputArrayExtensions.)
Top
See Also