Show / Hide Table of Contents

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 Source

Size

vector.size()

Declaration
int Size { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

ToArray()

Convert std::vector<T> to managed array T[]

Declaration
T[] ToArray()
Returns
Type Description
T[]
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX