Class VectorOfPoint2d
Inherited Members
Namespace: OpenCvSharp.Internal.Vectors
Assembly: OpenCvSharp.dll
Syntax
public class VectorOfPoint2d : DisposableCvObject, ICvPtrHolder, IStdVector<Point2d>
Constructors
| Improve this Doc View SourceVectorOfPoint2d()
Constructor
Declaration
public VectorOfPoint2d()
Properties
| Improve this Doc View SourceElemPtr
&vector[0]
Declaration
public IntPtr ElemPtr { get; }
Property Value
Type | Description |
---|---|
IntPtr |
Size
vector.size()
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 SourceToArray()
Converts std::vector to managed array
Declaration
public Point2d[] ToArray()
Returns
Type | Description |
---|---|
OpenCvSharp.Point2d[] |
Implements
IDisposable