Class VectorOfVectorPoint2f
Inherited Members
Namespace: OpenCvSharp.Internal.Vectors
Assembly: OpenCvSharp.dll
Syntax
public class VectorOfVectorPoint2f : DisposableCvObject, ICvPtrHolder, IStdVector<Point2f[]>
Constructors
| Improve this Doc View SourceVectorOfVectorPoint2f()
Constructor
Declaration
public VectorOfVectorPoint2f()
Properties
| Improve this Doc View SourceSize
Declaration
public int Size { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
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.Int32 |
GetSize2()
vector[i].size()
Declaration
public IReadOnlyList<long> GetSize2()
Returns
Type | Description |
---|---|
IReadOnlyList<System.Int64> |
ToArray()
Converts std::vector to managed array
Declaration
public Point2f[][] ToArray()
Returns
Type | Description |
---|---|
OpenCvSharp.Point2f[][] |
Implements
IDisposable