Table of Contents

Class WCube

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

This 3D Widget defines a cube.

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

Constructors

WCube(MCvPoint3D64f, MCvPoint3D64f, bool, MCvScalar)

Constructs a WCube.

public WCube(MCvPoint3D64f minPoint, MCvPoint3D64f maxPoint, bool wireFrame, MCvScalar color)

Parameters

minPoint MCvPoint3D64f

Specifies minimum point of the bounding box.

maxPoint MCvPoint3D64f

Specifies maximum point of the bounding box.

wireFrame bool

If true, cube is represented as wireframe.

color MCvScalar

Color of the cube.

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

protected override void DisposeObject()