Click or drag to resize

PointCollection Class

http://www.emgu.com
A collection of points
Inheritance Hierarchy
SystemObject
  Emgu.CVPointCollection

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static class PointCollection

The PointCollection type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBoundingRectangle
Find the bounding rectangle for the specific array of points
Public methodStatic memberEllipseLeastSquareFitting
Fit an ellipse to the points collection
Public methodStatic memberGeneratePointCloud
Generate a random point cloud around the ellipse.
Public methodStatic memberPolyLine(Point, Boolean)
convert a series of System.Drawing.Point to LineSegment2D
Public methodStatic memberPolyLine(PointF, Boolean)
convert a series of points to LineSegment2D
Public methodStatic memberReprojectImageTo3D
Re-project pixels on a 1-channel disparity map to array of 3D points.
Top
See Also