Class VectorOfVectorPoint
Inherited Members
Namespace: OpenCvSharp.Internal.Vectors
Assembly: OpenCvSharp.dll
Syntax
public class VectorOfVectorPoint : DisposableCvObject, ICvPtrHolder, IStdVector<Point[]>
Constructors
| Improve this Doc View SourceVectorOfVectorPoint()
Constructor
Declaration
public VectorOfVectorPoint()
VectorOfVectorPoint(UIntPtr)
Constructor
Declaration
public VectorOfVectorPoint(nuint size)
Parameters
Type | Name | Description |
---|---|---|
System. |
size |
Properties
| Improve this Doc View SourceSize
Declaration
public int Size { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceDisposeUnmanaged()
Releases unmanaged resources
Declaration
protected override void DisposeUnmanaged()
Overrides
| Improve this Doc View SourceGetSize1()
vector.size()
Declaration
public int GetSize1()
Returns
Type | Description |
---|---|
System. |
GetSize2()
vector.size()
Declaration
public IReadOnlyList<long> GetSize2()
Returns
Type | Description |
---|---|
IRead |
ToArray()
Converts std::vector to managed array
Declaration
public Point[][] ToArray()
Returns
Type | Description |
---|---|
Open |
Implements
IDisposable