Click or drag to resize

IStdVectorT Interface

Represents std::vector

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public interface IStdVector<out T> : IDisposable

Type Parameters

T

The IStdVectorT type exposes the following members.

Properties
  NameDescription
Public propertyElemPtr
&vector[0]
Public propertySize
vector.size()
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodToArray
Convert std::vector<T> to managed array T[]
Top
See Also