Namespace OpenCvSharp.Internal.Vectors
Classes
- StdVector<T>
Generic wrapper over a native
std::vectorwhose element type is an unmanaged (blittable) value type. A single StdVector<T> replaces the former hand-writtenVectorOfXxxclasses.
Interfaces
- IStdVector<T>
Represents std::vector