A collection of points
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
public static class PointCollection
Public NotInheritable Class PointCollection
public ref class PointCollection abstract sealed
Members
All Members | Methods ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() ![]() | BoundingRectangle(array<PointF>[]()[][]) |
Find the bounding rectangle for the specific array of points
|
![]() ![]() | ConvexHull(array<PointF>[]()[][], MemStorage, ORIENTATION) |
Finds convex hull of 2D point set using Sklansky's algorithm
|
![]() ![]() | EllipseLeastSquareFitting(array<PointF>[]()[][]) |
Fit an ellipse to the points collection
|
![]() ![]() | GeneratePointCloud(Ellipse, Int32) |
Generate a random point cloud around the ellipse.
|
![]() ![]() | Line2DFitting(array<PointF>[]()[][], DIST_TYPE, PointF%, PointF%) |
Fit a line to the points collection
|
![]() ![]() | MinAreaRect(array<PointF>[]()[][]) |
Find the bounding rectangle for the specific array of points
|
![]() ![]() | MinEnclosingCircle(array<PointF>[]()[][]) |
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.
|