Class VectorOfPoint
Inherited Members
Namespace: OpenCvSharp.Internal.Vectors
Assembly: OpenCvSharp.dll
Syntax
public class VectorOfPoint : DisposableCvObject, ICvPtrHolder, IStdVector<Point>
Constructors
| Improve this Doc View SourceVectorOfPoint()
Constructor
Declaration
public VectorOfPoint()
VectorOfPoint(IEnumerable<Point>)
Constructor
Declaration
public VectorOfPoint(IEnumerable<Point> data)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<OpenCvSharp.Point> | data |
VectorOfPoint(UIntPtr)
Constructor
Declaration
public VectorOfPoint(nuint size)
Parameters
Type | Name | Description |
---|---|---|
System.UIntPtr | size |
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 Point[] ToArray()
Returns
Type | Description |
---|---|
OpenCvSharp.Point[] |
Implements
IDisposable