Table of Contents

Class WCoordinateSystem

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

This 3D Widget represents a coordinate system.

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

Constructors

WCoordinateSystem(double)

Constructs a WCoordinateSystem.

public WCoordinateSystem(double scale = 1)

Parameters

scale double

Determines the size of the axes.

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 WCoordinateSysyem object

protected override void DisposeObject()