Click or drag to resize

PointCollectionGeneratePointCloud Method

http://www.emgu.com
Generate a random point cloud around the ellipse.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static PointF[] GeneratePointCloud(
	Ellipse e,
	int numberOfPoints
)

Parameters

e
Type: Emgu.CV.StructureEllipse
The region where the point cloud will be generated. The axes of e corresponds to std of the random point cloud.
numberOfPoints
Type: SystemInt32
The number of points to be generated

Return Value

Type: PointF
A random point cloud around the ellipse
See Also