http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Generate a random point cloud around the ellipse.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static PointF[] GeneratePointCloud( Ellipse e, int numberOfPoints ) |
Visual Basic |
---|
Public Shared Function GeneratePointCloud ( _ e As Ellipse, _ numberOfPoints As Integer _ ) As PointF() |
Visual C++ |
---|
public: static array<PointF>^ GeneratePointCloud( Ellipse e, int numberOfPoints ) |
Parameters
- e
- Type: Emgu.CV.Structure..::..Ellipse
The region where the point cloud will be generated. The axes of e corresponds to std of the random point cloud.
- numberOfPoints
- Type: System..::..Int32
The number of points to be generated