Class VectorOfVec3f
Inherited Members
Namespace: OpenCvSharp.Internal.Vectors
Assembly: OpenCvSharp.dll
Syntax
public class VectorOfVec3f : DisposableCvObject, ICvPtrHolder, IStdVector<Vec3f>
Constructors
| Improve this Doc View SourceVectorOfVec3f()
Constructor
Declaration
public VectorOfVec3f()
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 Vec3f[] ToArray()
Returns
Type | Description |
---|---|
Vec3f[] |
ToArray<T>()
Converts std::vector to managed array
Declaration
public T[] ToArray<T>()
where T : struct
Returns
Type | Description |
---|---|
T[] |
Type Parameters
Name | Description |
---|---|
T | structure that has two float members (ex. CvLineSegmentPolar, CvPoint2D32f, PointF) |
Implements
IDisposable