Table of Contents

Namespace OpenCvSharp.Internal.Vectors

Classes

StdVector<T>

Generic wrapper over a native std::vector whose element type is an unmanaged (blittable) value type. A single StdVector<T> replaces the former hand-written VectorOfXxx classes.

VectorOfDTreesNode
VectorOfImageFeatures
VectorOfKeyLine
VectorOfMat
VectorOfString
VectorOfVectorByte
VectorOfVectorDMatch
VectorOfVectorDouble
VectorOfVectorInt32
VectorOfVectorKeyLine
VectorOfVectorKeyPoint
VectorOfVectorPoint
VectorOfVectorPoint2f

Interfaces

IStdVector<T>

Represents std::vector