Interface IStdVector<T>
Represents std::vector
Namespace: OpenCvSharp.Internal.Vectors
Assembly: OpenCvSharp.dll
Syntax
public interface IStdVector<out T>
Type Parameters
Name | Description |
---|---|
T |
Properties
| Improve this Doc View SourceSize
vector.size()
Declaration
int Size { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceToArray()
Convert std::vector<T> to managed array T[]
Declaration
T[] ToArray()
Returns
Type | Description |
---|---|
T[] |