Table of Contents

Class WCloud

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

This 3D Widget defines a point cloud.

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

Constructors

WCloud(IInputArray, IInputArray)

Constructs a WCloud.

public WCloud(IInputArray cloud, IInputArray color)

Parameters

cloud IInputArray

Set of points which can be of type: CV_32FC3, CV_32FC4, CV_64FC3, CV_64FC4.

color IInputArray

Set of colors. It has to be of the same size with cloud.

WCloud(IInputArray, MCvScalar)

Constructs a WCloud.

public WCloud(IInputArray cloud, MCvScalar color)

Parameters

cloud IInputArray

Set of points which can be of type: CV_32FC3, CV_32FC4, CV_64FC3, CV_64FC4.

color MCvScalar

A single Color for the whole cloud.

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 WCloud

protected override void DisposeObject()