Class VectorOfVectorKeyLine
- Namespace
- OpenCvSharp.Internal.Vectors
- Assembly
- OpenCvSharp.dll
public class VectorOfVectorKeyLine : CvObject, IStdVector<KeyLine[]>, IDisposable
- Inheritance
-
VectorOfVectorKeyLine
- Implements
- Inherited Members
Constructors
VectorOfVectorKeyLine()
Constructor
public VectorOfVectorKeyLine()
Properties
Size
public int Size { get; }
Property Value
Methods
DisposeUnmanaged()
Releases unmanaged resources
protected override void DisposeUnmanaged()
GetSize1()
vector.size()
public int GetSize1()
Returns
GetSize2()
vector[i].size()
public IReadOnlyList<long> GetSize2()
Returns
ToArray()
Converts std::vector to managed array
public KeyLine[][] ToArray()
Returns
- KeyLine[][]