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