Table of Contents

Class WArrow

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

This 3D Widget defines an arrow.

public class WArrow : UnmanagedObject, IDisposable, IWidget3D, IWidget
Inheritance
WArrow
Implements
Inherited Members

Constructors

WArrow(MCvPoint3D64f, MCvPoint3D64f, double, MCvScalar)

Constructs an WArrow.

public WArrow(MCvPoint3D64f pt1, MCvPoint3D64f pt2, double thickness, MCvScalar color)

Parameters

pt1 MCvPoint3D64f

Start point of the arrow.

pt2 MCvPoint3D64f

End point of the arrow.

thickness double

Thickness of the arrow. Thickness of arrow head is also adjusted accordingly.

color MCvScalar

Color of the arrow.

Properties

GetWidget

Get the pointer to the Widget obj

public nint GetWidget { get; }

Property Value

nint

GetWidget3D

Get the pointer to the Widget3D obj

public nint GetWidget3D { get; }

Property Value

nint

Methods

DisposeObject()

Release the unmanaged memory associated with this WArrow object

protected override void DisposeObject()