Class VectorOfRotatedRect
Inherited Members
Namespace: OpenCvSharp.Internal.Vectors
Assembly: OpenCvSharp.dll
Syntax
public class VectorOfRotatedRect : DisposableCvObject, ICvPtrHolder, IStdVector<RotatedRect>
Constructors
| Improve this Doc View SourceVectorOfRotatedRect()
Constructor
Declaration
public VectorOfRotatedRect()
VectorOfRotatedRect(IEnumerable<RotatedRect>)
Constructor
Declaration
public VectorOfRotatedRect(IEnumerable<RotatedRect> data)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<OpenCvSharp.RotatedRect> | data |
VectorOfRotatedRect(UIntPtr)
Constructor
Declaration
public VectorOfRotatedRect(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 RotatedRect[] ToArray()
Returns
Type | Description |
---|---|
OpenCvSharp.RotatedRect[] |
Implements
IDisposable