The PointCollection type exposes the following members.

Methods

  NameDescription
BoundingRectangle
Find the bounding rectangle for the specific array of points
ConvexHull
Finds convex hull of 2D point set using Sklansky's algorithm
EllipseLeastSquareFitting
Fit an ellipse to the points collection
FirstDegreeInterpolateOverloaded.
GeneratePointCloud
Generate a random point cloud around the ellipse.
Line2DFitting
Fit a line to the points collection
MinAreaRect
Find the bounding rectangle for the specific array of points
MinEnclosingCircle
Find the minimum enclosing circle for the specific array of points
PolyLineOverloaded.
ReprojectImageTo3D
Reproject pixels on a 1-channel disparity map to array of 3D points.

See Also