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