Class WCloud
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
IInputArraySet of points which can be of type: CV_32FC3, CV_32FC4, CV_64FC3, CV_64FC4.
color
IInputArraySet 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
IInputArraySet of points which can be of type: CV_32FC3, CV_32FC4, CV_64FC3, CV_64FC4.
color
MCvScalarA single Color for the whole cloud.
Properties
GetWidget
Get the pointer to the Widget obj
public nint GetWidget { get; }
Property Value
GetWidget3D
Get the pointer to the Widget3D obj
public nint GetWidget3D { get; }
Property Value
Methods
DisposeObject()
Release the unmanaged memory associated with this WCloud
protected override void DisposeObject()