http://www.emgu.com
The PointCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | 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
|
![]() ![]() | 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
|
![]() ![]() | PolyLine(array<Point>[]()[][], Boolean) |
convert a series of System.Drawing.Point to LineSegment2D
|
![]() ![]() | PolyLine(array<PointF>[]()[][], Boolean) |
convert a series of points to LineSegment2D
|
![]() ![]() | ReprojectImageTo3D(Image<(Of <<'(Gray, Byte>)>>), Matrix<(Of <<'(Double>)>>)) |
Reproject pixels on a 1-channel disparity map to array of 3D points.
|
![]() ![]() | ReprojectImageTo3D(Image<(Of <<'(Gray, Int16>)>>), Matrix<(Of <<'(Double>)>>)) |
Reproject pixels on a 1-channel disparity map to array of 3D points.
|