Class VectorOfVectorKeyPoint
Inherited Members
Namespace: OpenCvSharp.Internal.Vectors
Assembly: OpenCvSharp.dll
Syntax
public class VectorOfVectorKeyPoint : DisposableCvObject, ICvPtrHolder, IStdVector<KeyPoint[]>
Constructors
| Improve this Doc View SourceVectorOfVectorKeyPoint()
Constructor
Declaration
public VectorOfVectorKeyPoint()
VectorOfVectorKeyPoint(KeyPoint[][])
Constructor
Declaration
public VectorOfVectorKeyPoint(KeyPoint[][] values)
Parameters
Type | Name | Description |
---|---|---|
OpenCvSharp.KeyPoint[][] | values |
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 KeyPoint[][] ToArray()
Returns
Type | Description |
---|---|
OpenCvSharp.KeyPoint[][] |
Implements
IDisposable