Class VectorOfRect
Inherited Members
Namespace: OpenCvSharp.Internal.Vectors
Assembly: OpenCvSharp.dll
Syntax
public class VectorOfRect : DisposableCvObject, ICvPtrHolder, IStdVector<Rect>
Constructors
| Improve this Doc View SourceVectorOfRect()
Constructor
Declaration
public VectorOfRect()
VectorOfRect(IEnumerable<Rect>)
Constructor
Declaration
public VectorOfRect(IEnumerable<Rect> data)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<OpenCvSharp.Rect> | data |
VectorOfRect(UIntPtr)
Constructor
Declaration
public VectorOfRect(nuint size)
Parameters
Type | Name | Description |
---|---|---|
System.UIntPtr | size |
Properties
| Improve this Doc View SourceElemPtr
&vector[0]
Declaration
public IntPtr ElemPtr { get; }
Property Value
Type | Description |
---|---|
IntPtr |
Size
vector.size()
Declaration
public int Size { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceDisposeUnmanaged()
Releases unmanaged resources
Declaration
protected override void DisposeUnmanaged()
Overrides
| Improve this Doc View SourceToArray()
Converts std::vector to managed array
Declaration
public Rect[] ToArray()
Returns
Type | Description |
---|---|
OpenCvSharp.Rect[] |
Implements
IDisposable