Class VectorOfPoint3f
- Namespace
- OpenCvSharp.Internal.Vectors
- Assembly
- OpenCvSharp.dll
public class VectorOfPoint3f : DisposableCvObject, ICvPtrHolder, IStdVector<Point3f>, IDisposable
- Inheritance
-
VectorOfPoint3f
- Implements
- Inherited Members
Constructors
VectorOfPoint3f()
Constructor
public VectorOfPoint3f()
VectorOfPoint3f(IEnumerable<Point3f>)
Constructor
public VectorOfPoint3f(IEnumerable<Point3f> data)
Parameters
dataIEnumerable<Point3f>
VectorOfPoint3f(nuint)
Constructor
public VectorOfPoint3f(nuint size)
Parameters
sizenuint
Properties
ElemPtr
&vector[0]
public nint ElemPtr { get; }
Property Value
Size
vector.size()
public int Size { get; }
Property Value
Methods
DisposeUnmanaged()
Releases unmanaged resources
protected override void DisposeUnmanaged()
ToArray()
Converts std::vector to managed array
public Point3f[] ToArray()
Returns
- Point3f[]