Class VectorOfVectorDouble
Inherited Members
Namespace: OpenCvSharp.Internal.Vectors
Assembly: OpenCvSharp.dll
Syntax
public class VectorOfVectorDouble : DisposableCvObject, ICvPtrHolder, IStdVector<double[]>
Constructors
| Improve this Doc View SourceVectorOfVectorDouble()
Constructor
Declaration
public VectorOfVectorDouble()
Properties
| Improve this Doc View SourceSize
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 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 double[][] ToArray()
Returns
Type | Description |
---|---|
System.Double[][] |
Implements
IDisposable