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